| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 91e346686d1367e8b497277d64772ca9ed4e4f1b..98fab56d60f0d1e7ce908fbb940d431db0fbe787 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -374,9 +374,6 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| LayerImpl* FindLayerThatIsHitByPoint(const gfx::PointF& screen_space_point);
|
|
|
| - LayerImpl* FindLayerWithWheelHandlerThatIsHitByPoint(
|
| - const gfx::PointF& screen_space_point);
|
| -
|
| LayerImpl* FindLayerThatIsHitByPointInTouchHandlerRegion(
|
| const gfx::PointF& screen_space_point);
|
|
|
|
|