| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 95766e342c4fb8b72c3ae916122a6da4e712e756..26f9fa9b82d4548f937ef9ea9f681ab7d1e05087 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -201,6 +201,8 @@ public:
|
|
|
| AnimationRegistrar* animationRegistrar() const { return m_animationRegistrar.get(); }
|
|
|
| + Layer* getFirstLayerWithTags(unsigned int tags) const;
|
| +
|
| protected:
|
| LayerTreeHost(LayerTreeHostClient*, const LayerTreeSettings&);
|
| bool initialize(scoped_ptr<Thread> implThread);
|
|
|