| 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..bbb21b27cc2a738b151e138fa7cfd75d0d97af6d 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
|
| @@ -9,6 +9,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ui/events/platform/platform_event_dispatcher.h"
|
| +#include "ui/events/platform/scoped_event_dispatcher.h"
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/vector2d_f.h"
|
| @@ -72,6 +73,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_;
|
|
|
|
|