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 39e97b18c8718f7a6d99c09c2a61468c78ccb4e4..4be89601d4f980d499214128d9a62031a8a6d7e5 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -537,6 +537,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
const gfx::Rect& bitmap_rect, |
const std::vector<gfx::Rect>& copy_rects, |
const gfx::Size& view_size, |
+ float scale_factor, |
const base::Closure& completion_callback); |
// Scrolls the given |clip_rect| in the backing by the given dx/dy amount. The |