| Index: cc/heads_up_display_layer.h
|
| diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h
|
| index 1413243239b43bdd858c41e2c4be2ed2ae161ae6..15061c66cb0309929e183791e567894c6e945344 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(LayerTreeHostImpl* hostImpl) OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
|
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
|
|
| bool hasFontAtlas() const { return m_hasFontAtlas; }
|
|
|