| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index aa2ed561daa508269684b54ee196ca566e0953a0..3725bd5e20e6a795e4c7271aeee41fae40bd8f3f 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -134,7 +134,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| virtual void SetNeedsDisplayRect(const gfx::RectF& dirty_rect) OVERRIDE;
|
|
|
| virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
|
| - virtual bool DrawsContent() const OVERRIDE;
|
| + virtual void UpdateDrawsContent(bool draws_content) OVERRIDE;
|
| virtual bool Update(ResourceUpdateQueue* queue,
|
| const OcclusionTracker<Layer>* occlusion) OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
|
|