Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 96e580fc16a4cffdb186cefdf091cec3047fabe7..87cdb7d5eee57133b6206d615da188ee0166dfc9 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -126,6 +126,9 @@ class CC_EXPORT LayerTreeHostImpl |
virtual InputHandler::ScrollStatus ScrollBegin( |
const gfx::Point& viewport_point, |
InputHandler::ScrollInputType type) OVERRIDE; |
+ virtual InputHandler::ScrollStatus ScrollAnimated( |
+ const gfx::Point& viewport_point, |
+ const gfx::Vector2dF& scroll_delta) OVERRIDE; |
virtual bool ScrollBy(const gfx::Point& viewport_point, |
const gfx::Vector2dF& scroll_delta) OVERRIDE; |
virtual bool ScrollVerticallyByPage(const gfx::Point& viewport_point, |