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

Unified Diff: chrome/browser/tab_contents/thumbnail_generator.cc

Issue 194028: NNTP: Updating the thumbnail size to match the size we use on the new... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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/app/theme/ntp_welcome_thumb.png ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/thumbnail_generator.cc
===================================================================
--- chrome/browser/tab_contents/thumbnail_generator.cc (revision 25455)
+++ chrome/browser/tab_contents/thumbnail_generator.cc (working copy)
@@ -46,8 +46,8 @@
namespace {
-static const int kThumbnailWidth = 294;
-static const int kThumbnailHeight = 204;
+static const int kThumbnailWidth = 212;
+static const int kThumbnailHeight = 132;
// Indicates the time that the RWH must be visible for us to update the
// thumbnail on it. If the user holds down control enter, there will be a lot
« no previous file with comments | « chrome/app/theme/ntp_welcome_thumb.png ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698