Index: cc/texture_layer_impl.h |
diff --git a/cc/texture_layer_impl.h b/cc/texture_layer_impl.h |
index 30262dacf0124cb884b097dae4d74b59ad09871c..1fb6fcc780e1a8c0565fb64a7b767c7e61c162b7 100644 |
--- a/cc/texture_layer_impl.h |
+++ b/cc/texture_layer_impl.h |
@@ -32,6 +32,8 @@ public: |
void setFlipped(bool flipped) { m_flipped = flipped; } |
void setUVRect(const gfx::RectF& rect) { m_uvRect = rect; } |
+ bool canClipSelf() const OVERRIDE { return true; } |
+ |
private: |
TextureLayerImpl(LayerTreeImpl* treeImpl, int id); |