diff options
Diffstat (limited to 'include/effects')
-rw-r--r-- | include/effects/SkMatrixConvolutionImageFilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h index 4409ebd40e..035b863a55 100644 --- a/include/effects/SkMatrixConvolutionImageFilter.h +++ b/include/effects/SkMatrixConvolutionImageFilter.h @@ -30,7 +30,7 @@ public: /** Construct a matrix convolution image filter. @param kernelSize The kernel size in pixels, in each dimension (N by M). - @param kernel The image processing kernel. Must contain N * M + @param kernel The image processing kernel. Must contain N * M elements, in row order. @param gain A scale factor applied to each pixel after convolution. This can be used to normalize the |