Index: cc/io_surface_layer.cc |
diff --git a/cc/io_surface_layer.cc b/cc/io_surface_layer.cc |
index f2351c843d864ad09d42add8a82b91656eedba3e..dd824bc9784189929c5358d3cb7a7fda74efa909 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() |
+scoped_ptr<LayerImpl> IOSurfaceLayer::createLayerImpl(LayerTreeHostImpl* hostImpl) |
{ |
- return IOSurfaceLayerImpl::create(m_layerId).PassAs<LayerImpl>(); |
+ return IOSurfaceLayerImpl::create(hostImpl, m_layerId).PassAs<LayerImpl>(); |
} |
bool IOSurfaceLayer::drawsContent() const |