Index: tests/ImageFilterTest.cpp |
diff --git a/tests/ImageFilterTest.cpp b/tests/ImageFilterTest.cpp |
index 8444bd38c327d7a0a6e46eabc4bcff282799643f..167072975f147192d943cbfd4810ad11bc9b625f 100644 |
--- a/tests/ImageFilterTest.cpp |
+++ b/tests/ImageFilterTest.cpp |
@@ -1229,6 +1229,7 @@ DEF_TEST(ImageFilterImageSourceSerialization, reporter) { |
SkBitmap bm; |
bm.allocN32Pixels(10, 10); |
+ bm.eraseColor(SK_ColorBLUE); |
SkPaint paint; |
paint.setColor(SK_ColorRED); |
paint.setImageFilter(unflattenedFilter); |