| Index: cc/heads_up_display_layer.h
|
| diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
|
| index 2c97a86e9fe86c86f4755e0f15e5a66ef908e34e..0100c8edda7ec4b9fcb6698a50a10fd1b22043d6 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>);
|
|
|