diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 21:52:37 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 21:52:37 +0000 |
commit | 8b4f4895a2170a7077e004e27541485a2c7a1a0a (patch) | |
tree | 313e97c694816d17aba546fb7f4b7774153329c7 /chrome/browser/tab_contents | |
parent | 06965e0f336afc1b1a7849dd4a0637313d64a994 (diff) | |
download | chromium_src-8b4f4895a2170a7077e004e27541485a2c7a1a0a.zip chromium_src-8b4f4895a2170a7077e004e27541485a2c7a1a0a.tar.gz chromium_src-8b4f4895a2170a7077e004e27541485a2c7a1a0a.tar.bz2 |
NNTP: Updating the thumbnail size to match the size we use on the new
tab page.
This should reduce the amount of work needed since the images do not
need to be resized.
BUG=17455
TEST=No visible changes
Review URL: http://codereview.chromium.org/194028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/thumbnail_generator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/thumbnail_generator.cc b/chrome/browser/tab_contents/thumbnail_generator.cc index 9f80c57..7d20381 100644 --- a/chrome/browser/tab_contents/thumbnail_generator.cc +++ b/chrome/browser/tab_contents/thumbnail_generator.cc @@ -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 |