| Index: cc/io_surface_layer.cc
|
| diff --git a/cc/io_surface_layer.cc b/cc/io_surface_layer.cc
|
| index dd824bc9784189929c5358d3cb7a7fda74efa909..96cfc1608b32f4d8e795930aa5f3188311327e93 100644
|
| --- a/cc/io_surface_layer.cc
|
| +++ b/cc/io_surface_layer.cc
|
| @@ -30,9 +30,9 @@ void IOSurfaceLayer::setIOSurfaceProperties(uint32_t ioSurfaceId, const gfx::Siz
|
| setNeedsCommit();
|
| }
|
|
|
| -scoped_ptr<LayerImpl> IOSurfaceLayer::createLayerImpl(LayerTreeHostImpl* hostImpl)
|
| +scoped_ptr<LayerImpl> IOSurfaceLayer::createLayerImpl(LayerTreeImpl* treeImpl)
|
| {
|
| - return IOSurfaceLayerImpl::create(hostImpl, m_layerId).PassAs<LayerImpl>();
|
| + return IOSurfaceLayerImpl::create(treeImpl, m_layerId).PassAs<LayerImpl>();
|
| }
|
|
|
| bool IOSurfaceLayer::drawsContent() const
|
|
|