Index: content/browser/renderer_host/render_widget_host_view_mac.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h |
index 4a9ce801143ee9c4d5cea6ca8640ad69e7142a7b..3b98f255b8f32c333d3a18090d584378e570218d 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_mac.h |
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h |
@@ -325,7 +325,8 @@ class RenderWidgetHostViewMac : public RenderWidgetHostViewBase, |
// Call setNeedsDisplay on the cocoa_view_. The IOSurface will be drawn during |
// the next drawRect. Return true if the Ack should be sent, false if it |
// should be deferred until drawRect. |
- bool CompositorSwapBuffers(uint64 surface_handle, const gfx::Size& size); |
+ bool CompositorSwapBuffers( |
+ uint64 surface_handle, const gfx::Size& size, float scale_factor); |
// Ack pending SwapBuffers requests, if any, to unblock the GPU process. Has |
// no effect if there are no pending requests. |
void AckPendingSwapBuffers(); |