| Index: cc/trees/layer_tree_host_common.h
|
| diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
|
| index 5090c6977e02a4d4c1ed85156c2f74f6f023b860..0e139471739b57657baf2008aaa2914a225eeaeb 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -99,24 +99,6 @@ class CC_EXPORT LayerTreeHostCommon {
|
| CalcDrawPropsImplInputsForTesting;
|
| static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
|
|
|
| - // Performs hit testing for a given render_surface_layer_list.
|
| - static LayerImpl* FindFirstScrollingLayerThatIsHitByPoint(
|
| - const gfx::PointF& screen_space_point,
|
| - const LayerImplList& render_surface_layer_list);
|
| -
|
| - // Performs hit testing for a given render_surface_layer_list.
|
| - static LayerImpl* FindLayerThatIsHitByPoint(
|
| - const gfx::PointF& screen_space_point,
|
| - const LayerImplList& render_surface_layer_list);
|
| -
|
| - static LayerImpl* FindLayerThatIsHitByPointInTouchHandlerRegion(
|
| - const gfx::PointF& screen_space_point,
|
| - const LayerImplList& render_surface_layer_list);
|
| -
|
| - static bool LayerHasTouchEventHandlersAt(
|
| - const gfx::PointF& screen_space_point,
|
| - LayerImpl* layer_impl);
|
| -
|
| template <typename LayerType>
|
| static bool RenderSurfaceContributesToTarget(LayerType*,
|
| int target_surface_layer_id);
|
|
|