| Index: samplecode/SampleXfermodesBlur.cpp
|
| diff --git a/samplecode/SampleXfermodesBlur.cpp b/samplecode/SampleXfermodesBlur.cpp
|
| index 59aa87e214dbd3b969de026e53f89214b13f965c..a73d9f2e2005e2861e15a004ab4c62f2cfd40e5c 100644
|
| --- a/samplecode/SampleXfermodesBlur.cpp
|
| +++ b/samplecode/SampleXfermodesBlur.cpp
|
| @@ -77,9 +77,8 @@ public:
|
| const static int W = 64;
|
| const static int H = 64;
|
| XfermodesBlurView() {
|
| - fBG.setConfig(SkBitmap::kARGB_4444_Config, 2, 2, 4);
|
| + fBG.setConfig(SkBitmap::kARGB_4444_Config, 2, 2, 4, kOpaque_SkAlphaType);
|
| fBG.setPixels(gBG);
|
| - fBG.setIsOpaque(true);
|
| }
|
|
|
| protected:
|
|
|