Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / dom_distiller / core / fake_distiller_page.h
index 2e88389..afe4a45 100644 (file)
@@ -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(