Index: tests/SurfaceTest.cpp |
=================================================================== |
--- tests/SurfaceTest.cpp (revision 11659) |
+++ tests/SurfaceTest.cpp (working copy) |
@@ -84,6 +84,7 @@ |
SkBitmap testBitmap; |
testBitmap.setConfig(SkBitmap::kARGB_8888_Config, 10, 10); |
testBitmap.allocPixels(); |
+ testBitmap.eraseColor(0); |
SkRRect testRRect; |
testRRect.setRectXY(testRect, SK_Scalar1, SK_Scalar1); |