| 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.
|
|
|