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; |