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 01f8792092ddaadd18b83581ca811744f5b2c1bc..077f904447dadd0c3d21da28e63ab791cce5b4fe 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -168,6 +168,7 @@ class CC_EXPORT LayerTreeHostImpl |
InputHandler::ScrollStatus ScrollAnimated( |
const gfx::Point& viewport_point, |
const gfx::Vector2dF& scroll_delta) override; |
+ void ApplyScroll(LayerImpl* layer, ScrollState* scroll_state); |
InputHandlerScrollResult ScrollBy( |
const gfx::Point& viewport_point, |
const gfx::Vector2dF& scroll_delta) override; |