Index: cc/input/top_controls_manager.h |
diff --git a/cc/input/top_controls_manager.h b/cc/input/top_controls_manager.h |
index 1aface88017c0b4556ebf8de7c8050c3530b2fbf..6e74c9e8d17a40cb1a382f1bf0b1241635de3587 100644 |
--- a/cc/input/top_controls_manager.h |
+++ b/cc/input/top_controls_manager.h |
@@ -55,6 +55,7 @@ class CC_EXPORT TopControlsManager |
void ScrollBegin(); |
gfx::Vector2dF ScrollBy(const gfx::Vector2dF& pending_delta); |
void ScrollEnd(); |
+ void RemoveUnUsedScrollDelta(float unused_delta); |
// The caller should ensure that |Pinch{Begin,End}| are called within |
// the scope of |Scroll{Begin,End}|. |