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

Unified Diff: ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc

Issue 16271006: Drag on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Further cleanup 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
Index: ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
index 52ef2df341a2ce430fd25ea9d783ad1249415778..e525446fcac47ae3648b5fa0686f56b7f563070d 100644
--- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
+++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
@@ -45,7 +45,7 @@ bool X11WholeScreenMoveLoop::Dispatch(const base::NativeEvent& event) {
}
case ButtonPress:
case ButtonRelease: {
- EndMoveLoop();
+ delegate_->OnMouseReleased();
Daniel Erat 2013/06/17 22:09:57 is it intentional that this is also called for but
Elliot Glaysher 2013/06/18 00:06:39 Removed ButtonPress. (The historical reasons here
break;
}
}

Powered by Google App Engine
This is Rietveld 408576698