summaryrefslogtreecommitdiffstats
path: root/cc/heads_up_display_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/heads_up_display_layer.h')
-rw-r--r--cc/heads_up_display_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
index 2c97a86..0100c8e 100644
--- a/cc/heads_up_display_layer.h
+++ b/cc/heads_up_display_layer.h
@@ -16,7 +16,7 @@ class CC_EXPORT HeadsUpDisplayLayer : public Layer {
public:
static scoped_refptr<HeadsUpDisplayLayer> create();
- virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats&) OVERRIDE;
+ virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats*) OVERRIDE;
virtual bool drawsContent() const OVERRIDE;
void setFontAtlas(scoped_ptr<FontAtlas>);