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 de9a4e95883bc8caeeb68a3b9adb256c93d093cd..95a95a203428b28c3077d7795f78003037e3f1d4 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -388,6 +388,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 |