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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_controller.h

Issue 119323007: Add timestamps to synthesized events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove target variables in pinch; fix computation of total duration. Created 6 years, 11 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698