| 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 6d1212ffbe82faf983b36ebb174856574de631c7..134c707e177aa7f040f912a14159873150cffc25 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -167,6 +167,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| InputHandler::ScrollStatus RootScrollBegin(
|
| ScrollState* scroll_state,
|
| InputHandler::ScrollInputType type) override;
|
| + ScrollStatus ScrollAnimatedBegin(const gfx::Point& viewport_point) override;
|
| InputHandler::ScrollStatus ScrollAnimated(
|
| const gfx::Point& viewport_point,
|
| const gfx::Vector2dF& scroll_delta) override;
|
|
|