| Index: components/dom_distiller/webui/dom_distiller_handler.cc
|
| diff --git a/components/dom_distiller/webui/dom_distiller_handler.cc b/components/dom_distiller/webui/dom_distiller_handler.cc
|
| index 2d91dac66d7e3999b89a93843eae901ec26060f6..0c3516732d72902a3d9029a14f7c10b101ff251f 100644
|
| --- a/components/dom_distiller/webui/dom_distiller_handler.cc
|
| +++ b/components/dom_distiller/webui/dom_distiller_handler.cc
|
| @@ -65,7 +65,8 @@ void DomDistillerHandler::HandleAddArticle(const base::ListValue* args) {
|
| if (gurl.is_valid()) {
|
| service_->AddToList(
|
| gurl,
|
| - service_->CreateDefaultDistillerPage(),
|
| + service_->CreateDefaultDistillerPage(
|
| + web_ui()->GetWebContents()->GetContainerBounds().size()),
|
| base::Bind(base::Bind(&DomDistillerHandler::OnArticleAdded,
|
| base::Unretained(this))));
|
| } else {
|
|
|