| 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 3eee1f22ac98fe9446859b4c79a27e0085c5deca..fcc8aef6076186963c15b79aa54157c7a5c340da 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
|
|
|