Index: components/dom_distiller/core/viewer.h |
diff --git a/components/dom_distiller/core/viewer.h b/components/dom_distiller/core/viewer.h |
index 4339fc773a89bd4dbf8db532c1b0d421ae7c442e..5812f8cda30f6a7ed2e3b712dc4bf502cac69b68 100644 |
--- a/components/dom_distiller/core/viewer.h |
+++ b/components/dom_distiller/core/viewer.h |
@@ -12,6 +12,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/strings/string16.h" |
#include "components/dom_distiller/core/distilled_page_prefs.h" |
+#include "ui/gfx/size.h" |
namespace dom_distiller { |
@@ -67,7 +68,8 @@ const std::string GetJavaScript(); |
scoped_ptr<ViewerHandle> CreateViewRequest( |
DomDistillerServiceInterface* dom_distiller_service, |
const std::string& path, |
- ViewRequestDelegate* view_request_delegate); |
+ ViewRequestDelegate* view_request_delegate, |
+ const gfx::Size& render_view_size); |
// Returns JavaScript corresponding to setting a specific theme. |
const std::string GetDistilledPageThemeJs(DistilledPagePrefs::Theme theme); |