Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: ui/views/widget/desktop_aura/x11_move_loop_delegate.h

Issue 443773003: Revert of Fix flakiness of DesktopDragDropClientAuraX11Tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/desktop_aura/x11_move_loop_delegate.h
diff --git a/ui/views/widget/desktop_aura/x11_move_loop_delegate.h b/ui/views/widget/desktop_aura/x11_move_loop_delegate.h
deleted file mode 100644
index b940b506519c6f43924a371c4c33e668aceaa36e..0000000000000000000000000000000000000000
--- a/ui/views/widget/desktop_aura/x11_move_loop_delegate.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_X11_MOVE_LOOP_DELEGATE_H_
-#define UI_VIEWS_WIDGET_DESKTOP_AURA_X11_MOVE_LOOP_DELEGATE_H_
-
-#include <X11/Xlib.h>
-
-namespace views {
-
-// Receives mouse events while the X11MoveLoop is tracking a drag.
-class X11MoveLoopDelegate {
- public:
- // Called when we receive a motion event.
- virtual void OnMouseMovement(XMotionEvent* event) = 0;
-
- // Called when the mouse button is released.
- virtual void OnMouseReleased() = 0;
-
- // Called when the user has released the mouse button. The move loop will
- // release the grab after this has been called.
- virtual void OnMoveLoopEnded() = 0;
-};
-
-} // namespace views
-
-#endif // UI_VIEWS_WIDGET_DESKTOP_AURA_X11_MOVE_LOOP_DELEGATE_H_
« no previous file with comments | « ui/views/widget/desktop_aura/x11_move_loop.h ('k') | ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698