Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2929)

Unified Diff: chrome/browser/thumbnails/thumbnail_service_impl.cc

Issue 564973003: [Local NTP] Fixing thumbnail aspect ratio, and store taller thumbnails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stretch thumbnail if too short. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_thumbnail.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/thumbnails/thumbnail_service_impl.cc
diff --git a/chrome/browser/thumbnails/thumbnail_service_impl.cc b/chrome/browser/thumbnails/thumbnail_service_impl.cc
index bdcb0fb278fbe4fbd08046784252bdf2ed413f93..a9bc4d6a217107c0ce250d75599ef5fb0b842d8e 100644
--- a/chrome/browser/thumbnails/thumbnail_service_impl.cc
+++ b/chrome/browser/thumbnails/thumbnail_service_impl.cc
@@ -21,7 +21,7 @@ namespace {
// The thumbnail size in DIP.
const int kThumbnailWidth = 212;
-const int kThumbnailHeight = 132;
+const int kThumbnailHeight = 142;
// True if thumbnail retargeting feature is enabled (Finch/flags).
bool IsThumbnailRetargetingEnabled() {
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_thumbnail.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698