Chromium Code Reviews| 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; |
| } |
| } |