Chromium Code Reviews| 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 3b9d6e52bb88f63e351a91d7ffbbd4f610395dce..1b5bc998a1ec5dbde121123be6dabedc1308aa06 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( |
|
danakj
2014/09/19 19:06:29
this looks a bit unrelated to this CL maybe split
Fady Samuel
2014/09/19 20:04:13
Done.
|
| - 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, |