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

Unified Diff: content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h

Issue 11415227: Telemtry: hooks "chrome.gpuBenchmarking.smoothScrollBy" with java on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove inline virtual dtor Created 8 years 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/basic_mouse_wheel_smooth_scroll_gesture.h
diff --git a/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h b/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h
index 8e3cb6053ff0226b70a4f6ed017fb3272d557521..b8eb62c7c371070e18f0ed1076bd782a502d67c5 100644
--- a/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h
+++ b/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h
@@ -27,7 +27,6 @@ class BasicMouseWheelSmoothScrollGesture : public SmoothScrollGesture {
int pixels_to_scroll_;
int mouse_event_x_;
int mouse_event_y_;
- base::TimeTicks last_tick_time_;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698