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

Unified Diff: cc/input/input_handler.h

Issue 2907053004: GSB uses delta_hints to calculate scrolling chain. (Closed)
Patch Set: Merge branch 'master' into GSB_checks_delta_hints Created 3 years, 6 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
« no previous file with comments | « no previous file | cc/input/scroll_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index 4e68a3d86e0749481d2cd9c0b5ec019efd253802..2c9a0ebd0ce90eaa892f52c7059fb4aa5871a791 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -131,8 +131,7 @@ class CC_EXPORT InputHandler {
// Returns SCROLL_ON_IMPL_THREAD if a layer is actively being scrolled or
// a subsequent call to ScrollAnimated can begin on the impl thread.
- virtual ScrollStatus ScrollAnimatedBegin(
- const gfx::Point& viewport_point) = 0;
+ virtual ScrollStatus ScrollAnimatedBegin(ScrollState* scroll_state) = 0;
// Returns SCROLL_ON_IMPL_THREAD if an animation is initiated on the impl
// thread. delayed_by is the delay that is taken into account when determining
« no previous file with comments | « no previous file | cc/input/scroll_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698