Index: cc/input/input_handler.h |
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h |
index 81d91b871432f8500a6b9b46834e72c8a11c4d7d..5e5f16682cfc3c47129121160ff108a28c09094c 100644 |
--- a/cc/input/input_handler.h |
+++ b/cc/input/input_handler.h |
@@ -136,7 +136,7 @@ class CC_EXPORT InputHandler { |
virtual void PinchGestureEnd() = 0; |
// Request another callback to InputHandlerClient::Animate(). |
- virtual void SetNeedsAnimate() = 0; |
+ virtual void SetNeedsAnimateInput() = 0; |
// Whether the layer under |viewport_point| is the currently scrolling layer. |
virtual bool IsCurrentlyScrollingLayerAt(const gfx::Point& viewport_point, |