Index: content/browser/renderer_host/test_backing_store.h |
diff --git a/content/browser/renderer_host/test_backing_store.h b/content/browser/renderer_host/test_backing_store.h |
index bd03772376e6c9e9acb42f5c638821009e6b41ca..071aa7b52611bc32f4e14f1deb3ea1a4df42af52 100644 |
--- a/content/browser/renderer_host/test_backing_store.h |
+++ b/content/browser/renderer_host/test_backing_store.h |
@@ -21,6 +21,7 @@ class TestBackingStore : 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, |