| Index: cc/layer_tree_host_common.h
|
| diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h
|
| index cc5e6213fc465b524ff7e88090a9488ee429a8f9..9b0a684d79fc193d21bcfa5abb93d7dbc1d982d0 100644
|
| --- a/cc/layer_tree_host_common.h
|
| +++ b/cc/layer_tree_host_common.h
|
| @@ -28,6 +28,8 @@ public:
|
| // Performs hit testing for a given renderSurfaceLayerList.
|
| static LayerImpl* findLayerThatIsHitByPoint(const gfx::PointF& screenSpacePoint, std::vector<LayerImpl*>& renderSurfaceLayerList);
|
|
|
| + static LayerImpl* findLayerThatIsHitByPointInTouchHandlerRegion(const gfx::PointF& screenSpacePoint, std::vector<LayerImpl*>& renderSurfaceLayerList);
|
| +
|
| template<typename LayerType> static bool renderSurfaceContributesToTarget(LayerType*, int targetSurfaceLayerID);
|
|
|
| // Returns a layer with the given id if one exists in the subtree starting
|
|
|