| Index: cc/heads_up_display_layer.h
|
| diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
|
| index ff276b5386b1b4b13435980d8673783dad3f506c..1413243239b43bdd858c41e2c4be2ed2ae161ae6 100644
|
| --- a/cc/heads_up_display_layer.h
|
| +++ b/cc/heads_up_display_layer.h
|
| @@ -20,7 +20,7 @@ public:
|
|
|
| void setFontAtlas(scoped_ptr<FontAtlas>);
|
|
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
|
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
|
|
| bool hasFontAtlas() const { return m_hasFontAtlas; }
|
|
|