Index: cc/layer.h |
diff --git a/cc/layer.h b/cc/layer.h |
index 824e7b59f250fceaaf274de78d3d14e525e306fd..79289c764135eaee15434e1e0c7a9ad394722c79 100644 |
--- a/cc/layer.h |
+++ b/cc/layer.h |
@@ -288,6 +288,8 @@ public: |
// compatible with the main thread running freely, such as a double-buffered |
// canvas that doesn't want to be triple-buffered across all three trees. |
virtual bool blocksPendingCommit() const; |
+ // Returns true if anything in this tree blocksPendingCommit. |
+ bool blocksPendingCommitRecursive() const; |
protected: |
friend class LayerImpl; |