diff options
Diffstat (limited to 'chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc')
-rw-r--r-- | chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc index bcde01a..606f8dc 100644 --- a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc +++ b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc @@ -391,7 +391,7 @@ void BookmarksHandler::HandleCreateHomeScreenBookmarkShortcut( node->url(), history::FAVICON | history::TOUCH_ICON, gfx::kFaviconSize), - ui::SCALE_FACTOR_100P, + ui::GetMaxScaleFactor(), base::Bind(&BookmarksHandler::OnShortcutFaviconDataAvailable, base::Unretained(this), node), |