Index: include/effects/SkMatrixConvolutionImageFilter.h |
diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h |
index 7a2026c86b40ffdb0c1ce13a2b3f66c5d1712010..09a3acf31a8579797dc3a951deab841d9f33af1f 100644 |
--- a/include/effects/SkMatrixConvolutionImageFilter.h |
+++ b/include/effects/SkMatrixConvolutionImageFilter.h |
@@ -52,15 +52,15 @@ |
passed to filterImage() is used instead. |
@param cropRect The rectangle to which the output processing will be limited. |
*/ |
- static SkImageFilter* Create(const SkISize& kernelSize, |
- const SkScalar* kernel, |
- SkScalar gain, |
- SkScalar bias, |
- const SkIPoint& kernelOffset, |
- TileMode tileMode, |
- bool convolveAlpha, |
- SkImageFilter* input = NULL, |
- const CropRect* cropRect = NULL); |
+ static SkMatrixConvolutionImageFilter* Create(const SkISize& kernelSize, |
+ const SkScalar* kernel, |
+ SkScalar gain, |
+ SkScalar bias, |
+ const SkIPoint& kernelOffset, |
+ TileMode tileMode, |
+ bool convolveAlpha, |
+ SkImageFilter* input = NULL, |
+ const CropRect* cropRect = NULL); |
SK_TO_STRING_OVERRIDE() |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMatrixConvolutionImageFilter) |