Chromium Code Reviews| Index: cc/texture_layer.h |
| diff --git a/cc/texture_layer.h b/cc/texture_layer.h |
| index 2e7921e4bd33ca6a315ed224c1f462eebb3e945a..76e169295296dc6c30dc9d54384ae75cf5657d6d 100644 |
| --- a/cc/texture_layer.h |
| +++ b/cc/texture_layer.h |
| @@ -58,6 +58,8 @@ public: |
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; |
| virtual bool blocksPendingCommit() const OVERRIDE; |
| + virtual bool canClipSelf() const OVERRIDE; |
| + |
| protected: |
| explicit TextureLayer(TextureLayerClient*); |
| virtual ~TextureLayer(); |