Index: content/browser/renderer_host/test_backing_store.cc |
diff --git a/content/browser/renderer_host/test_backing_store.cc b/content/browser/renderer_host/test_backing_store.cc |
index 87c7043ec034336929c40d9a3c465560a44b7076..84dc74d0f4ed2e530958258996a9da1aa1f74bf3 100644 |
--- a/content/browser/renderer_host/test_backing_store.cc |
+++ b/content/browser/renderer_host/test_backing_store.cc |
@@ -17,6 +17,7 @@ void TestBackingStore::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; |