| Index: cc/content_layer.h
|
| diff --git a/cc/content_layer.h b/cc/content_layer.h
|
| index a1a2e2258057f9a65322730eca42908b0429cba5..be7139bb6440e01a16e78d78145d5b5f6a61c8b9 100644
|
| --- a/cc/content_layer.h
|
| +++ b/cc/content_layer.h
|
| @@ -40,7 +40,7 @@ public:
|
|
|
| virtual bool drawsContent() const OVERRIDE;
|
| virtual void setTexturePriorities(const PriorityCalculator&) OVERRIDE;
|
| - virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats&) OVERRIDE;
|
| + virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats*) OVERRIDE;
|
| virtual bool needMoreUpdates() OVERRIDE;
|
|
|
| virtual void setContentsOpaque(bool) OVERRIDE;
|
|
|