Index: cc/texture_layer_impl.h |
diff --git a/cc/texture_layer_impl.h b/cc/texture_layer_impl.h |
index 47e9ca5686364fc635dbf8125c93cac023ff29b5..685838d7c064267b0a8c869a6626e763d473fdf3 100644 |
--- a/cc/texture_layer_impl.h |
+++ b/cc/texture_layer_impl.h |
@@ -36,6 +36,7 @@ public: |
// | | |
// 0--3 |
void setVertexOpacity(const float vertexOpacity[4]); |
+ virtual bool canClipSelf() const OVERRIDE; |
private: |
TextureLayerImpl(LayerTreeImpl* treeImpl, int id); |