Index: cc/layer.h |
diff --git a/cc/layer.h b/cc/layer.h |
index 824e7b59f250fceaaf274de78d3d14e525e306fd..c7693940ef7096a292182ff255e60dcd50f01bcb 100644 |
--- a/cc/layer.h |
+++ b/cc/layer.h |
@@ -289,6 +289,8 @@ public: |
// canvas that doesn't want to be triple-buffered across all three trees. |
virtual bool blocksPendingCommit() const; |
+ virtual bool canClipSelf() const; |
+ |
protected: |
friend class LayerImpl; |
friend class TreeSynchronizer; |