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

Unified Diff: ui/aura/root_window.h

Issue 10545129: aura:Delay call to DispatchHeldMouseMove from RootWindow::ReleaseMouseMoves (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 8 years, 6 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/aura/root_window.cc » ('j') | ui/aura/root_window.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | ui/aura/root_window.cc » ('j') | ui/aura/root_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698