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