| Index: cc/io_surface_layer_impl.cc
|
| diff --git a/cc/io_surface_layer_impl.cc b/cc/io_surface_layer_impl.cc
|
| index bcf0072d56432303b4c1229397da1d0ae3a71b24..86646ab44f07e2dc76d2e93cb33c26e7dc6c7deb 100644
|
| --- a/cc/io_surface_layer_impl.cc
|
| +++ b/cc/io_surface_layer_impl.cc
|
| @@ -31,7 +31,7 @@ IOSurfaceLayerImpl::~IOSurfaceLayerImpl()
|
|
|
| GraphicsContext* context = layerTreeHostImpl()->context();
|
| // FIXME: Implement this path for software compositing.
|
| - WebKit::WebGraphicsContext3D* context3d = context->context3D();
|
| + WebKit::WebGraphicsContext3D* context3d = context->Context3D();
|
| if (context3d)
|
| context3d->deleteTexture(m_ioSurfaceTextureId);
|
| }
|
|
|