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_; |