| 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 b54dcbb728ea80bf656d48af29b7102caa6d978a..4f627938f2af7321d77daad126c5a45afe4f44d5 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -657,6 +657,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| ScrollState* scroll_state,
|
| LayerImpl* scrolling_layer_impl,
|
| InputHandler::ScrollInputType type);
|
| + bool IsInitialScrollHitTestReliable(LayerImpl* layer, const gfx::PointF&);
|
| void DistributeScrollDelta(ScrollState* scroll_state);
|
|
|
| bool AnimatePageScale(base::TimeTicks monotonic_time);
|
|
|