Index: gm/texturedomaineffect.cpp |
diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp |
index 364336918269b1bda460e6f14d8bc91553ef8c8c..babf80029ec1e80495cc9b1e38482c5b639fc087 100644 |
--- a/gm/texturedomaineffect.cpp |
+++ b/gm/texturedomaineffect.cpp |
@@ -46,6 +46,7 @@ protected: |
virtual void onOnceBeforeDraw() SK_OVERRIDE { |
fBmp.allocN32Pixels(100, 100); |
SkCanvas canvas(fBmp); |
+ canvas.clear(0x00000000); |
SkPaint paint; |
SkColor colors1[] = { SK_ColorCYAN, SK_ColorLTGRAY, SK_ColorGRAY }; |