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

Unified Diff: chrome/renderer/render_view.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/browser/tab_contents/thumbnail_generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.cc
===================================================================
--- chrome/renderer/render_view.cc (revision 25455)
+++ chrome/renderer/render_view.cc (working copy)
@@ -145,8 +145,8 @@
static const size_t kMaxIndexChars = 65535;
// Size of the thumbnails that we'll generate
-static const int kThumbnailWidth = 196;
-static const int kThumbnailHeight = 136;
+static const int kThumbnailWidth = 212;
+static const int kThumbnailHeight = 132;
// Delay in milliseconds that we'll wait before capturing the page contents
// and thumbnail.
« no previous file with comments | « chrome/browser/tab_contents/thumbnail_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698