Index: components/dom_distiller/core/fake_distiller_page.h |
diff --git a/components/dom_distiller/core/fake_distiller_page.h b/components/dom_distiller/core/fake_distiller_page.h |
index 2e88389c2e67d594bbce9894ede50f20035e5353..afe4a45626dd7335ac535d291e1f4a1a9246b85a 100644 |
--- a/components/dom_distiller/core/fake_distiller_page.h |
+++ b/components/dom_distiller/core/fake_distiller_page.h |
@@ -16,7 +16,8 @@ class MockDistillerPageFactory : public DistillerPageFactory { |
MockDistillerPageFactory(); |
virtual ~MockDistillerPageFactory(); |
MOCK_CONST_METHOD0(CreateDistillerPageImpl, DistillerPage*()); |
- virtual scoped_ptr<DistillerPage> CreateDistillerPage() const OVERRIDE { |
+ virtual scoped_ptr<DistillerPage> CreateDistillerPage( |
+ const gfx::Size& render_view_size) const OVERRIDE { |
return scoped_ptr<DistillerPage>(CreateDistillerPageImpl()); |
} |
virtual scoped_ptr<DistillerPage> CreateDistillerPageWithHandle( |