Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index 0b4f3ad789008f1db35d1c88c38f614883c75173..5353edc242f22f16844b9ee541e932fbaa58b8d7 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -198,6 +198,8 @@ public: |
AnimationRegistrar* animationRegistrar() const { return m_animationRegistrar.get(); } |
+ bool blocksPendingCommit() const; |
+ |
protected: |
LayerTreeHost(LayerTreeHostClient*, const LayerTreeSettings&); |
bool initialize(scoped_ptr<Thread> implThread); |