| Index: cc/layer.cc
|
| diff --git a/cc/layer.cc b/cc/layer.cc
|
| index f3f9b4d0dab6c04adf7c6b032164eab4eb0c00ce..dea9e45e226c56f1cc8ae1759121fd755d18f5aa 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
|
|
|