| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index 1e7b31b6dac826861134c9018b3e8f46d9da0557..28994f34beff321399a01f0cbe07321c77404644 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -70,8 +70,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE;
|
| virtual bool DrawsContent() const OVERRIDE;
|
| virtual void Update(ResourceUpdateQueue* queue,
|
| - const OcclusionTracker* occlusion,
|
| - RenderingStats* stats) OVERRIDE;
|
| + const OcclusionTracker* occlusion) OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| virtual bool BlocksPendingCommit() const OVERRIDE;
|
|
|
|
|