| Index: samplecode/SampleUnpremul.cpp
|
| ===================================================================
|
| --- samplecode/SampleUnpremul.cpp (revision 10522)
|
| +++ samplecode/SampleUnpremul.cpp (working copy)
|
| @@ -85,7 +85,8 @@
|
| paint.setAntiAlias(true);
|
| paint.setTextSize(SkIntToScalar(24));
|
| SkAutoTUnref<SkBlurDrawLooper> looper(SkNEW_ARGS(SkBlurDrawLooper,
|
| - (SkIntToScalar(2), 0, 0, SK_ColorBLUE)));
|
| + (SkIntToScalar(2), 0, 0, SK_ColorBLUE,
|
| + SkBlurDrawLooper::kNone_BlurFlag)));
|
| paint.setLooper(looper);
|
| SkScalar height = paint.getFontMetrics(NULL);
|
| if (!fDecodeSucceeded) {
|
|
|