| Index: cc/layers/io_surface_layer_impl.cc
|
| diff --git a/cc/layers/io_surface_layer_impl.cc b/cc/layers/io_surface_layer_impl.cc
|
| index a70006a69c971dc641ffff499a5d30290c3475b1..d2c54386ba1312e498676e12704a20797a48ae9b 100644
|
| --- a/cc/layers/io_surface_layer_impl.cc
|
| +++ b/cc/layers/io_surface_layer_impl.cc
|
| @@ -123,7 +123,7 @@ void IOSurfaceLayerImpl::AppendQuads(QuadSink* quad_sink,
|
| quad_sink->Append(quad.PassAs<DrawQuad>(), append_quads_data);
|
| }
|
|
|
| -void IOSurfaceLayerImpl::DidLoseOutputSurface() {
|
| +void IOSurfaceLayerImpl::ReleaseResources() {
|
| // We don't have a valid texture ID in the new context; however,
|
| // the IOSurface is still valid.
|
| DestroyTexture();
|
|
|