| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index f9fb437cd7b3c0f6b0ca87d6c36e83b052fe327b..fc431e2b0d8aa7039d9e432078206e00c9d40a87 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -2029,17 +2029,6 @@ bool RenderWidgetHostImpl::GotResponseToLockMouseRequest(bool allowed) {
|
| }
|
|
|
| // static
|
| -void RenderWidgetHostImpl::AcknowledgeBufferPresent(
|
| - int32 route_id, int gpu_host_id,
|
| - const AcceleratedSurfaceMsg_BufferPresented_Params& params) {
|
| - GpuProcessHostUIShim* ui_shim = GpuProcessHostUIShim::FromID(gpu_host_id);
|
| - if (ui_shim) {
|
| - ui_shim->Send(new AcceleratedSurfaceMsg_BufferPresented(route_id,
|
| - params));
|
| - }
|
| -}
|
| -
|
| -// static
|
| void RenderWidgetHostImpl::SendSwapCompositorFrameAck(
|
| int32 route_id,
|
| uint32 output_surface_id,
|
|
|