Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index 141a109cf07000fffe726e6107c9d39bd82e549d..f201b4fa167a011be367e885c3b2ab433c1e8bd2 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -388,6 +388,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// while the count is > 0. |
int mouse_move_hold_count_; |
scoped_ptr<MouseEvent> held_mouse_move_; |
+ // Used to schedule DispatchHeldMouseMove when mouse_move_hold_count_ goes to |
sky
2012/06/12 03:57:47
DispatchHeldMouseMove()
|mouse_move_hold_count_|
piman
2012/06/12 19:49:49
Done.
|
+ // 0. |
+ base::WeakPtrFactory<RootWindow> held_mouse_event_factory_; |
CompositorLock* compositor_lock_; |
bool draw_on_compositor_unlock_; |