summaryrefslogtreecommitdiffstats
path: root/cc/content_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/content_layer.h')
-rw-r--r--cc/content_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/content_layer.h b/cc/content_layer.h
index a1a2e22..be7139b 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;