| Index: cc/layer.cc
|
| diff --git a/cc/layer.cc b/cc/layer.cc
|
| index 42247fdffe688fc2e421f5892657bede72802303..d0b3808a2899d201109741885f63c1445a5e70a2 100644
|
| --- a/cc/layer.cc
|
| +++ b/cc/layer.cc
|
| @@ -616,9 +616,9 @@ void Layer::pushPropertiesTo(LayerImpl* layer)
|
| m_updateRect = gfx::RectF();
|
| }
|
|
|
| -scoped_ptr<LayerImpl> Layer::createLayerImpl()
|
| +scoped_ptr<LayerImpl> Layer::createLayerImpl(LayerTreeHostImpl* hostImpl)
|
| {
|
| - return LayerImpl::create(m_layerId);
|
| + return LayerImpl::create(hostImpl, m_layerId);
|
| }
|
|
|
| bool Layer::drawsContent() const
|
|
|