Chromium Code Reviews| Index: chrome/browser/history/top_sites_unittest.cc |
| =================================================================== |
| --- chrome/browser/history/top_sites_unittest.cc (revision 28450) |
| +++ chrome/browser/history/top_sites_unittest.cc (working copy) |
| @@ -160,6 +160,7 @@ |
| SkBitmap thumbnail; |
| thumbnail.setConfig(SkBitmap::kARGB_8888_Config, 4, 4); |
| thumbnail.allocPixels(); |
| + thumbnail.eraseRGB(0x00, 0x00, 0x00); |
| base::Time now = base::Time::Now(); |
| ThumbnailScore low_score(1.0, true, true, now); |