Index: cc/layers/texture_layer.h |
diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h |
index 1e7b31b6dac826861134c9018b3e8f46d9da0557..ad8d44fcf869b67edc9b0540d5d566ca7d16268d 100644 |
--- a/cc/layers/texture_layer.h |
+++ b/cc/layers/texture_layer.h |
@@ -29,7 +29,7 @@ class CC_EXPORT TextureLayer : public Layer { |
// Used when mailbox names are specified instead of texture IDs. |
static scoped_refptr<TextureLayer> CreateForMailbox(); |
- void ClearClient() { client_ = NULL; } |
+ void ClearClient(); |
virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) |
OVERRIDE; |