| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index b5b89dced51ceb9a8ae5b967cfc794c0ef813539..d6400ad7d794a5224213442b05107c79681d24b4 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -263,6 +263,8 @@ public:
|
| scoped_ptr<base::Value> activationStateAsValue() const;
|
| scoped_ptr<base::Value> frameStateAsValue() const;
|
|
|
| + LayerImpl* findLayerThatIsHitByPoint(const gfx::PointF& screenSpacePoint, const std::vector<LayerImpl*>& renderSurfaceLayerList);
|
| +
|
| protected:
|
| LayerTreeHostImpl(const LayerTreeSettings&, LayerTreeHostImplClient*, Proxy*);
|
| void activatePendingTree();
|
|
|