| Index: content/renderer/gpu/compositor_output_surface.cc
|
| diff --git a/content/renderer/gpu/compositor_output_surface.cc b/content/renderer/gpu/compositor_output_surface.cc
|
| index 5064c01d4da9ab39e8c6e54db4b3dfa59dbc0fe8..0b6e97485fb62dc9136a4118ff4d697911c3860a 100644
|
| --- a/content/renderer/gpu/compositor_output_surface.cc
|
| +++ b/content/renderer/gpu/compositor_output_surface.cc
|
| @@ -139,7 +139,7 @@ void CompositorOutputSurface::OnReclaimCompositorResources(
|
| // (e.g. after a lost context).
|
| if (output_surface_id != output_surface_id_)
|
| return;
|
| - ReclaimResources(resources);
|
| + client_->ReclaimResources(resources);
|
| if (is_swap_ack)
|
| client_->DidSwapBuffersComplete();
|
| }
|
|
|