| Index: chrome/browser/thumbnails/thumbnail_tab_helper.cc
|
| diff --git a/chrome/browser/thumbnails/thumbnail_tab_helper.cc b/chrome/browser/thumbnails/thumbnail_tab_helper.cc
|
| index bfc5005ee5412ccaaee552edd09b82a2e892d662..0587272115c5b896c37065563ad3a0d1f2d7c889 100644
|
| --- a/chrome/browser/thumbnails/thumbnail_tab_helper.cc
|
| +++ b/chrome/browser/thumbnails/thumbnail_tab_helper.cc
|
| @@ -168,8 +168,7 @@ void ThumbnailTabHelper::AsyncProcessThumbnail(
|
| load_interrupted_);
|
|
|
| ui::ScaleFactor scale_factor =
|
| - ui::GetSupportedScaleFactor(
|
| - ui::GetScaleFactorForNativeView(view->GetNativeView()));
|
| + ui::GetSupportedScaleFactor(view->GetScaleFactorForNativeView());
|
| thumbnailing_context_->clip_result = algorithm->GetCanvasCopyInfo(
|
| copy_rect.size(),
|
| scale_factor,
|
|
|