// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_BASE_X_X11_DRAG_DROP_CLIENT_H_ #define UI_BASE_X_X11_DRAG_DROP_CLIENT_H_ #include <vector> #include "base/component_export.h" #include "base/memory/raw_ptr.h" #include "base/timer/timer.h" #include "ui/base/dragdrop/mojom/drag_drop_types.mojom-shared.h" #include "ui/base/x/selection_utils.h" #include "ui/base/x/x11_drag_context.h" #include "ui/gfx/geometry/point.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/x/xproto.h" ui // namespace ui #endif // UI_BASE_X_X11_DRAG_DROP_CLIENT_H_