Index: content/browser/renderer_host/input/synthetic_gesture_controller.h |
diff --git a/content/browser/renderer_host/input/synthetic_gesture_controller.h b/content/browser/renderer_host/input/synthetic_gesture_controller.h |
index ed9cec77653b16868137c9283321b60ca96c2b5b..837b28fe80362a4b6ed4a032558f452ca29267cd 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture_controller.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture_controller.h |
@@ -39,8 +39,6 @@ class CONTENT_EXPORT SyntheticGestureController { |
scoped_ptr<SyntheticGestureTarget> gesture_target_; |
ScopedVector<SyntheticGesture> pending_gesture_queue_; |
- base::TimeTicks last_tick_time_; |
- |
DISALLOW_COPY_AND_ASSIGN(SyntheticGestureController); |
}; |