| 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 37f1306110fe427509ac97d7469cd7462cb8ae28..0787f7f49b5b8991365581dc767bfc0babcbe3f8 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -651,6 +651,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);
|
|
|