| 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 959831105604792ab5671401bb8faf0f2743fc2c..488a979e9eac784164dc456b87eb80613742bc7a 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -344,6 +344,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped(
|
| }
|
|
|
| void GpuProcessHostUIShim::OnFrameDrawn(const ui::LatencyInfo& latency_info) {
|
| + RenderWidgetHostImpl::CompositorFrameDrawn(latency_info);
|
| }
|
|
|
| void GpuProcessHostUIShim::OnAcceleratedSurfacePostSubBuffer(
|
|
|