| 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 8732e30a2f8bb19d18f885a77c447c824301a2fd..4e1994d061f6e04506d3163b6125345170f1fe12 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -336,6 +336,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped(
|
|
|
| // View must send ACK message after next composite.
|
| view->AcceleratedSurfaceBuffersSwapped(params, host_id_);
|
| + view->DidReceiveRendererFrame();
|
| }
|
|
|
| void GpuProcessHostUIShim::OnFrameDrawn(const ui::LatencyInfo& latency_info) {
|
|
|