| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 6ad246ac7c0240cd2be461b83665de4110040a05..63ac715b5cc7e4ab28522f46f6e6179be6d85795 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -399,7 +399,7 @@ class CC_EXPORT LayerTreeImpl {
|
| return render_surface_layer_list_id_;
|
| }
|
|
|
| - LayerImpl* FindFirstScrollingLayerThatIsHitByPoint(
|
| + LayerImpl* FindFirstScrollingLayerOrScrollbarLayerThatIsHitByPoint(
|
| const gfx::PointF& screen_space_point);
|
|
|
| LayerImpl* FindLayerThatIsHitByPoint(const gfx::PointF& screen_space_point);
|
|
|