summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/app/theme/ntp_themes_gallery_thumb.pngbin45402 -> 10787 bytes
-rw-r--r--chrome/app/theme/ntp_welcome_thumb.pngbin8409 -> 7562 bytes
-rw-r--r--chrome/browser/tab_contents/thumbnail_generator.cc4
-rw-r--r--chrome/renderer/render_view.cc4
4 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/theme/ntp_themes_gallery_thumb.png b/chrome/app/theme/ntp_themes_gallery_thumb.png
index 311afd5..11be5d2 100644
--- a/chrome/app/theme/ntp_themes_gallery_thumb.png
+++ b/chrome/app/theme/ntp_themes_gallery_thumb.png
Binary files differ
diff --git a/chrome/app/theme/ntp_welcome_thumb.png b/chrome/app/theme/ntp_welcome_thumb.png
index 414b24d8..1858e02 100644
--- a/chrome/app/theme/ntp_welcome_thumb.png
+++ b/chrome/app/theme/ntp_welcome_thumb.png
Binary files differ
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
diff --git a/chrome/renderer/render_view.cc b/chrome/renderer/render_view.cc
index f2ae0c6..324d95b 100644
--- a/chrome/renderer/render_view.cc
+++ b/chrome/renderer/render_view.cc
@@ -145,8 +145,8 @@ using WebKit::WebWorkerClient;
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.