Index: content/browser/renderer_host/backing_store_gtk.cc |
diff --git a/content/browser/renderer_host/backing_store_gtk.cc b/content/browser/renderer_host/backing_store_gtk.cc |
index 4c235e4c0435eb9eab2ab3bbe949a8a9321ff445..25f558a5b590d80e16a30cdcdbc57ce102d4b59f 100644 |
--- a/content/browser/renderer_host/backing_store_gtk.cc |
+++ b/content/browser/renderer_host/backing_store_gtk.cc |
@@ -334,6 +334,7 @@ void BackingStoreGtk::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; |