summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/top_sites_unittest.cc')
-rw-r--r--chrome/browser/history/top_sites_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/history/top_sites_unittest.cc b/chrome/browser/history/top_sites_unittest.cc
index 676261a..55ff778 100644
--- a/chrome/browser/history/top_sites_unittest.cc
+++ b/chrome/browser/history/top_sites_unittest.cc
@@ -160,6 +160,7 @@ TEST_F(TopSitesTest, SetPageThumbnail) {
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);