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

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

Issue 16271006: Drag on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Document Created 7 years, 6 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
« no previous file with comments | « ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h
diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h
index f6a569c4327a377b509de4105f171e6b5c86044e..69f63be12871c8d29060a0837ff577e36422b595 100644
--- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h
+++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop_delegate.h
@@ -18,6 +18,9 @@ class X11WholeScreenMoveLoopDelegate {
// 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;
« no previous file with comments | « ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698