| Index: chrome/browser/dom_distiller/lazy_dom_distiller_service.cc
|
| diff --git a/chrome/browser/dom_distiller/lazy_dom_distiller_service.cc b/chrome/browser/dom_distiller/lazy_dom_distiller_service.cc
|
| index 22c3c66c1b8d34313281a3995a4d130139bf0d6c..4a92e4bcd5d767fda45c840a5f57834f02b74fce 100644
|
| --- a/chrome/browser/dom_distiller/lazy_dom_distiller_service.cc
|
| +++ b/chrome/browser/dom_distiller/lazy_dom_distiller_service.cc
|
| @@ -76,8 +76,9 @@ scoped_ptr<ViewerHandle> LazyDomDistillerService::ViewUrl(
|
| }
|
|
|
| scoped_ptr<DistillerPage>
|
| -LazyDomDistillerService::CreateDefaultDistillerPage() {
|
| - return instance()->CreateDefaultDistillerPage();
|
| +LazyDomDistillerService::CreateDefaultDistillerPage(
|
| + const gfx::Size& render_view_size) {
|
| + return instance()->CreateDefaultDistillerPage(render_view_size);
|
| }
|
|
|
| scoped_ptr<DistillerPage>
|
|
|