| Index: tests/PaintTest.cpp
|
| ===================================================================
|
| --- tests/PaintTest.cpp (revision 10522)
|
| +++ tests/PaintTest.cpp (working copy)
|
| @@ -142,7 +142,8 @@
|
| // set a few pointers
|
| SkLayerDrawLooper* looper = new SkLayerDrawLooper();
|
| paint.setLooper(looper)->unref();
|
| - SkMaskFilter* mask = SkBlurMaskFilter::Create(1, SkBlurMaskFilter::kNormal_BlurStyle);
|
| + SkMaskFilter* mask = SkBlurMaskFilter::Create(1, SkBlurMaskFilter::kNormal_BlurStyle,
|
| + SkBlurMaskFilter::kNone_BlurFlag);
|
| paint.setMaskFilter(mask)->unref();
|
|
|
| // copy the paint using the copy constructor and check they are the same
|
|
|