Index: cc/layer.h |
diff --git a/cc/layer.h b/cc/layer.h |
index 2be73c220a07f1db8c00243d3a95d9d446faa5cf..512d620188f8320be2c45b1e29c5380399218f98 100644 |
--- a/cc/layer.h |
+++ b/cc/layer.h |
@@ -282,6 +282,8 @@ public: |
// canvas that doesn't want to be triple-buffered across all three trees. |
virtual bool blocksPendingCommit() const; |
+ virtual bool CanClipSelf() const { return false; } |
+ |
protected: |
friend class LayerImpl; |
friend class TreeSynchronizer; |