Index: content/browser/renderer_host/backing_store_skia.cc |
diff --git a/content/browser/renderer_host/backing_store_skia.cc b/content/browser/renderer_host/backing_store_skia.cc |
index 013cf9852d87a80cc92096c24e64591038e3418a..1e326177396225d683bfe1f66b0252decbccd8cc 100644 |
--- a/content/browser/renderer_host/backing_store_skia.cc |
+++ b/content/browser/renderer_host/backing_store_skia.cc |
@@ -51,6 +51,7 @@ void BackingStoreSkia::PaintToBackingStore( |
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) { |
*scheduled_completion_callback = false; |