Index: cc/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
index 889e1e11eba85ec828d7711fe586c53fec73b724..06c776ff7b42e5877338e0c8435dd870528303e5 100644 |
--- a/cc/layer_impl.h |
+++ b/cc/layer_impl.h |
@@ -281,6 +281,8 @@ public: |
gfx::Rect layerRectToContentRect(const gfx::RectF& layerRect) const; |
+ virtual bool canClipSelf() const { return false; } |
+ |
protected: |
LayerImpl(LayerTreeImpl* layerImpl, int); |