// Copyright 2014 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_MOVE_LOOP_H_ #define UI_BASE_X_X11_MOVE_LOOP_H_ #include "base/functional/callback_forward.h" #include "ui/gfx/native_widget_types.h" namespace ui { class X11Cursor; // Runs a nested run loop and grabs the mouse. This is used to implement // dragging. class X11MoveLoop { … }; } // namespace ui #endif // UI_BASE_X_X11_MOVE_LOOP_H_