| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 092af08f0c84f4a81ecda9b1f074dfe09b7cffa9..fd9f02957f2a08ee22ad0f39e0dcc5b617e24b93 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -97,11 +97,6 @@ private:
|
| bool fConvolveAlpha;
|
| typedef SkImageFilter INHERITED;
|
|
|
| - template <class PixelFetcher, bool convolveAlpha>
|
| - void filterPixels(const SkBitmap& src,
|
| - SkBitmap* result,
|
| - const SkIRect& rect,
|
| - const SkIRect& bounds) const;
|
| template <class PixelFetcher>
|
| void filterPixels(const SkBitmap& src,
|
| SkBitmap* result,
|
|
|