Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 8e759337fd632a9af30667f8d2ec36c1a8890b58..2d0a09f8936422ab15645f9f6098f131ad9959b0 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1393,8 +1393,8 @@ void RenderProcessHostImpl::OnCompositorSurfaceBuffersSwappedNoHost( |
int32 gpu_process_host_id) { |
TRACE_EVENT0("renderer_host", |
"RenderWidgetHostImpl::OnCompositorSurfaceBuffersSwappedNoHost"); |
- RenderWidgetHostImpl::AcknowledgeSwapBuffers(route_id, |
- gpu_process_host_id); |
+ RenderWidgetHostImpl::AcknowledgeBufferPresent(route_id, |
+ gpu_process_host_id); |
} |
} // namespace content |