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 1413243..15061c6 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; }