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

Unified Diff: cc/input_handler.h

Issue 11293121: Add latency measurement system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor input event changes 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: cc/input_handler.h
diff --git a/cc/input_handler.h b/cc/input_handler.h
index 78e6213731a8782e37a352570bfc5a04996a0d04..613e95dbd6da1c631eb8ec48d68316ad7b3699f8 100644
--- a/cc/input_handler.h
+++ b/cc/input_handler.h
@@ -46,7 +46,7 @@ public:
// direction at all, then false is returned. If any layer is moved, then
// true is returned.
// Should only be called if scrollBegin() returned ScrollStarted.
- virtual bool scrollBy(const gfx::Point&, const gfx::Vector2d&) = 0;
+ virtual bool scrollBy(int64, const gfx::Point&, const gfx::Vector2d&) = 0;
// Stop scrolling the selected layer. Should only be called if scrollBegin()
// returned ScrollStarted.
« cc/gl_renderer.h ('K') | « cc/gl_renderer_unittest.cc ('k') | cc/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698