Index: content/browser/renderer_host/backing_store_gtk.h |
diff --git a/content/browser/renderer_host/backing_store_gtk.h b/content/browser/renderer_host/backing_store_gtk.h |
index 281f8cff4d45353de4ce922749339ba6a8fc6215..3cb944f18011da0dc2c5c5c2ab3be8ab3f0d687d 100644 |
--- a/content/browser/renderer_host/backing_store_gtk.h |
+++ b/content/browser/renderer_host/backing_store_gtk.h |
@@ -64,6 +64,7 @@ class CONTENT_EXPORT BackingStoreGtk : 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, |