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

Unified Diff: ui/views/widget/x11_desktop_window_move_client.h

Issue 10909043: Cancel drag if display configuration changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/native_widget_aura.cc ('k') | ui/views/widget/x11_desktop_window_move_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/x11_desktop_window_move_client.h
diff --git a/ui/views/widget/x11_desktop_window_move_client.h b/ui/views/widget/x11_desktop_window_move_client.h
index 114e5b7b5060d19884787ba51515742b6847fcb8..f80bce6f3a62eaebf80fc3c0f016d95378301dc1 100644
--- a/ui/views/widget/x11_desktop_window_move_client.h
+++ b/ui/views/widget/x11_desktop_window_move_client.h
@@ -34,8 +34,9 @@ class VIEWS_EXPORT X11DesktopWindowMoveClient
ui::GestureEvent* event) OVERRIDE;
// Overridden from aura::client::WindowMoveClient:
- virtual void RunMoveLoop(aura::Window* window,
- const gfx::Point& drag_offset) OVERRIDE;
+ virtual aura::client::WindowMoveResult RunMoveLoop(
+ aura::Window* window,
+ const gfx::Point& drag_offset) OVERRIDE;
virtual void EndMoveLoop() OVERRIDE;
private:
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | ui/views/widget/x11_desktop_window_move_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698