Index: gm/blurroundrect.cpp |
diff --git a/gm/blurroundrect.cpp b/gm/blurroundrect.cpp |
index 6a466c9c877ca5c0bc2c58bd9469e737595eb271..6c3903fd4070f03c2ae7fdbc4c89363bdc392e2e 100644 |
--- a/gm/blurroundrect.cpp |
+++ b/gm/blurroundrect.cpp |
@@ -56,7 +56,6 @@ public: |
SkLayerDrawLooper* looper = new SkLayerDrawLooper; |
{ |
SkLayerDrawLooper::LayerInfo info; |
- info.fFlagsMask = 0; |
info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit |
| SkLayerDrawLooper::kColorFilter_Bit; |
info.fColorMode = SkXfermode::kSrc_Mode; |