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

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

Issue 254573002: Sets X11WholeScreenMoveLoop as OverrideDispatcher to get events even before grab is granted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sets X11WholeScreenMoveLoop as OverrideDispatcher to get events even before grab is granted (commen… Created 6 years, 8 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 | « no previous file | ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cc5fcbf551f3f3b69eccf4dac84cdae1a794d01b..34f2783a73fb34c0b661952945e0cb54e0d481bf 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
@@ -20,6 +20,10 @@ namespace aura {
class Window;
}
+namespace ui {
+class ScopedEventDispatcher;
+}
+
namespace views {
class Widget;
@@ -72,6 +76,7 @@ class X11WholeScreenMoveLoop : public ui::PlatformEventDispatcher {
// Are we running a nested message loop from RunMoveLoop()?
bool in_move_loop_;
+ scoped_ptr<ui::ScopedEventDispatcher> nested_dispatcher_;
bool should_reset_mouse_flags_;
« no previous file with comments | « no previous file | 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