Chromium Code Reviews| Index: cc/texture_layer.h |
| diff --git a/cc/texture_layer.h b/cc/texture_layer.h |
| index 0f177566d8ba069273996233d51d0b27105c3b84..18cdb2746a80ccb1297a1a90cfe0029abcf6209f 100644 |
| --- a/cc/texture_layer.h |
| +++ b/cc/texture_layer.h |
| @@ -55,7 +55,9 @@ public: |
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; |
| virtual bool blocksPendingCommit() const OVERRIDE; |
| -protected: |
| + bool CanClipSelf() const OVERRIDE { return true; } |
| + |
| + protected: |
| explicit TextureLayer(TextureLayerClient*); |
| virtual ~TextureLayer(); |