Chromium Code Reviews| Index: cc/texture_layer.cc |
| diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc |
| index 36c4220371d6f5653a7dedae16ed17b414504f96..861ad95a25e80da292e42f4927b6a8a72126f31c 100644 |
| --- a/cc/texture_layer.cc |
| +++ b/cc/texture_layer.cc |
| @@ -159,4 +159,9 @@ bool TextureLayer::blocksPendingCommit() const |
| return true; |
| } |
| +bool TextureLayer::canClipSelf() const |
| +{ |
| + return true; |
| +} |
| + |
| } // namespace cc |