Index: chrome/browser/thumbnails/thumbnail_tab_helper.cc |
diff --git a/chrome/browser/thumbnails/thumbnail_tab_helper.cc b/chrome/browser/thumbnails/thumbnail_tab_helper.cc |
index 168a5e2aa627f932a23fa4aed2ca81418d2b7bd1..bfc5005ee5412ccaaee552edd09b82a2e892d662 100644 |
--- a/chrome/browser/thumbnails/thumbnail_tab_helper.cc |
+++ b/chrome/browser/thumbnails/thumbnail_tab_helper.cc |
@@ -154,7 +154,6 @@ void ThumbnailTabHelper::AsyncProcessThumbnail( |
// Clip the pixels that will commonly hold a scrollbar, which looks bad in |
// thumbnails. |
int scrollbar_size = gfx::scrollbar_size(); |
- gfx::Size copy_size; |
copy_rect.Inset(0, 0, scrollbar_size, scrollbar_size); |
if (copy_rect.IsEmpty()) { |