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

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

Issue 110223004: linux-aura: Fix some dragging behaviour. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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.h
diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
index c0c25466647f251463af7b6430eae47eb25a3be4..d26d66c880712be46b13dad7c6eae78e971a015e 100644
--- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
+++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h
@@ -62,6 +62,8 @@ class X11WholeScreenMoveLoop : public base::MessageLoop::Dispatcher {
// Are we running a nested message loop from RunMoveLoop()?
bool in_move_loop_;
+ bool should_reset_mouse_flags_;
+
// An invisible InputOnly window . We create this window so we can track the
// cursor wherever it goes on screen during a drag, since normal windows
// don't receive pointer motion events outside of their bounds.
« no previous file with comments | « ui/views/widget/desktop_aura/x11_scoped_capture.cc ('k') | ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698