| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 95766e342c4fb8b72c3ae916122a6da4e712e756..4ee7c4c37f8361377f8406c3eaa1daee5b301941 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(); }
|
|
|
| + bool blocksPendingCommit() const;
|
| +
|
| protected:
|
| LayerTreeHost(LayerTreeHostClient*, const LayerTreeSettings&);
|
| bool initialize(scoped_ptr<Thread> implThread);
|
|
|