| Index: include/effects/SkBlurDrawLooper.h
|
| diff --git a/include/effects/SkBlurDrawLooper.h b/include/effects/SkBlurDrawLooper.h
|
| index 26bcd52252baee44a82168bbeb15c096c702d31b..808557b9da7f2a2f47b40d5d5b7bcc568d735309 100644
|
| --- a/include/effects/SkBlurDrawLooper.h
|
| +++ b/include/effects/SkBlurDrawLooper.h
|
| @@ -37,7 +37,7 @@ public:
|
|
|
| static SkBlurDrawLooper* Create(SkColor color, SkScalar sigma, SkScalar dx, SkScalar dy,
|
| uint32_t flags = kNone_BlurFlag) {
|
| - return SkNEW_ARGS(SkBlurDrawLooper, (color, sigma, dx, dy, flags));
|
| + return new SkBlurDrawLooper(color, sigma, dx, dy, flags);
|
| }
|
|
|
| virtual ~SkBlurDrawLooper();
|
|
|