| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 0cb848b6319669050fe879df2f5fb02f865fddf7..f021bf0796ee20ed7882a81add31ef22e3a58d13 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -60,11 +60,7 @@ public:
|
| TileMode tileMode,
|
| bool convolveAlpha,
|
| SkImageFilter* input = NULL,
|
| - const CropRect* cropRect = NULL) {
|
| - return SkNEW_ARGS(SkMatrixConvolutionImageFilter, (kernelSize, kernel, gain, bias,
|
| - kernelOffset, tileMode, convolveAlpha,
|
| - input, cropRect));
|
| - }
|
| + const CropRect* cropRect = NULL);
|
|
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMatrixConvolutionImageFilter)
|
|
|
|
|