Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 8c295b062dd4165146e9101afd457ea01fb8459e..57b84e21e2d1376ca700106e11b318fdd92a6f62 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -399,13 +399,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
virtual void UpdateVSyncParameters(base::TimeTicks timebase, |
base::TimeDelta interval); |
- // Called by the view in response to AcceleratedSurfaceBuffersSwapped or |
- // AcceleratedSurfacePostSubBuffer. |
- static void AcknowledgeBufferPresent( |
- int32 route_id, |
- int gpu_host_id, |
- const AcceleratedSurfaceMsg_BufferPresented_Params& params); |
- |
// Called by the view in response to OnSwapCompositorFrame. |
static void SendSwapCompositorFrameAck( |
int32 route_id, |