Index: cc/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
index 889e1e11eba85ec828d7711fe586c53fec73b724..6072fd39f45b79052712f377972b7e1a91acf917 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); |