summaryrefslogtreecommitdiffstats
path: root/cc/layer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer.cc')
-rw-r--r--cc/layer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layer.cc b/cc/layer.cc
index f3f9b4d..dea9e45 100644
--- a/cc/layer.cc
+++ b/cc/layer.cc
@@ -619,9 +619,9 @@ void Layer::pushPropertiesTo(LayerImpl* layer)
m_updateRect = gfx::RectF();
}
-scoped_ptr<LayerImpl> Layer::createLayerImpl(LayerTreeHostImpl* hostImpl)
+scoped_ptr<LayerImpl> Layer::createLayerImpl(LayerTreeImpl* treeImpl)
{
- return LayerImpl::create(hostImpl, m_layerId);
+ return LayerImpl::create(treeImpl, m_layerId);
}
bool Layer::drawsContent() const