| 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 ed724b34548537d9d97cb6d68f9936929fef191c..5e2a3b6b32735f07d0471ca9009c31dbf74cecb1 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -187,7 +187,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| float page_scale,
|
| base::TimeDelta duration);
|
| void SetNeedsAnimateInput() override;
|
| - bool IsCurrentlyScrollingRoot() const override;
|
| + bool IsCurrentlyScrollingInnerViewport() const override;
|
| bool IsCurrentlyScrollingLayerAt(
|
| const gfx::Point& viewport_point,
|
| InputHandler::ScrollInputType type) const override;
|
|
|