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 b2e859194ddafb585d28b4f2014a49d256c94f3f..db354a425ce7a7e4ae825b109e2f59014a149d9d 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -393,6 +393,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
static void AcknowledgeBufferPresent( |
int32 route_id, |
int gpu_host_id, |
+ bool presented, |
uint32 sync_point); |
// Called by the view in response to AcceleratedSurfaceBuffersSwapped for |