Index: content/browser/renderer_host/backing_store_win.h |
diff --git a/content/browser/renderer_host/backing_store_win.h b/content/browser/renderer_host/backing_store_win.h |
index 462740b928dc8db35f3261f46f9fe38303197b15..a375bc6576ba03905a4d73a484aeb01266b3d3bb 100644 |
--- a/content/browser/renderer_host/backing_store_win.h |
+++ b/content/browser/renderer_host/backing_store_win.h |
@@ -29,6 +29,7 @@ class BackingStoreWin : public BackingStore { |
TransportDIB::Id bitmap, |
const gfx::Rect& bitmap_rect, |
const std::vector<gfx::Rect>& copy_rects, |
+ float scale_factor, |
const base::Closure& completion_callback, |
bool* scheduled_completion_callback) OVERRIDE; |
virtual bool CopyFromBackingStore(const gfx::Rect& rect, |