| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 6c559675d621bb1bf6844cc564aa16754d47f942..9a45486d8896eb7774b0c259a07ccf30fdbdbb9b 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -13,6 +13,8 @@
|
| #include "SkSize.h"
|
| #include "SkPoint.h"
|
|
|
| +class SkBitmap;
|
| +
|
| /*! \class SkMatrixConvolutionImageFilter
|
| Matrix convolution image filter. This filter applies an NxM image
|
| processing kernel to a given input image. This can be used to produce
|
|
|