// 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_CONTEXT_H_ #define UI_BASE_X_X11_DRAG_CONTEXT_H_ #include <memory> #include <vector> #include "base/component_export.h" #include "base/memory/raw_ptr.h" #include "ui/base/x/selection_utils.h" #include "ui/gfx/geometry/point.h" #include "ui/gfx/x/event.h" #include "ui/gfx/x/xproto.h" namespace ui { class XDragDropClient; class COMPONENT_EXPORT(UI_BASE_X) XDragContext { … }; } // namespace ui #endif // UI_BASE_X_X11_DRAG_CONTEXT_H_