| Index: content/browser/gpu/gpu_process_host_ui_shim.cc
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| index bafd0495083e5dd392c1802d6d61d490bafdd1a4..1df45fc83965bf1e32eed7c3e3797ec5967738fd 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -288,7 +288,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped(
|
| // it to the GPU process immediately, so we can proceed to the next frame.
|
| bool should_not_show_frame =
|
| content::ImageTransportFactory::GetInstance()
|
| - ->SurfaceShouldNotShowFramesAfterRecycle(params.surface_id);
|
| + ->SurfaceShouldNotShowFramesAfterSuspendForRecycle(params.surface_id);
|
| if (should_not_show_frame) {
|
| OnSurfaceDisplayedCallback(params.surface_id);
|
| } else {
|
|
|