Index: cc/texture_layer.h |
diff --git a/cc/texture_layer.h b/cc/texture_layer.h |
index 0f177566d8ba069273996233d51d0b27105c3b84..79940a84d0d4796f69fbf799d1ce7d4d2339d93d 100644 |
--- a/cc/texture_layer.h |
+++ b/cc/texture_layer.h |
@@ -55,6 +55,8 @@ public: |
virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; |
virtual bool blocksPendingCommit() const OVERRIDE; |
+ bool canClipSelf() const OVERRIDE { return true; } |
+ |
protected: |
explicit TextureLayer(TextureLayerClient*); |
virtual ~TextureLayer(); |