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

Unified Diff: ui/aura/root_window.h

Issue 10536033: aura: Remove --aura-disable-hold-mouse-moves flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" 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 | « ui/aura/aura_switches.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
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 b5f02cf80c47bf3a447705aeb66031a647f8aac9..d3f78305f43d2e7304ee1e6f517987f17c9232aa 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -399,7 +399,6 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// How many holds are outstanding. We try to defer dispatching mouse moves
// while the count is > 0.
int mouse_move_hold_count_;
- bool should_hold_mouse_moves_;
scoped_ptr<MouseEvent> held_mouse_move_;
CompositorLock* compositor_lock_;
« no previous file with comments | « ui/aura/aura_switches.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698