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 e0ca4c59e194fdf4607021dac1954ced0b0f64af..1efee3557beb73e07ea643fc6978eef04a477cad 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -357,8 +357,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
bool GotResponseToLockMouseRequest(bool allowed); |
// Called by the view in response to AcceleratedSurfaceBuffersSwapped. |
- static void AcknowledgeSwapBuffers(int32 route_id, int gpu_host_id); |
- static void AcknowledgePostSubBuffer(int32 route_id, int gpu_host_id); |
+ static void AcknowledgeBufferPresent(int32 route_id, int gpu_host_id); |
// Signals that the compositing surface was updated, e.g. after a lost context |
// event. |