| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 5b02fbaab59bcf1ce4ba4c01524d9df5113ddf06..ee1bfcf3d9853be4aca2d40799f0c1737786e577 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -73,6 +73,8 @@ protected:
|
|
|
| virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
|
| + virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const SK_OVERRIDE;
|
| +
|
|
|
| #if SK_SUPPORT_GPU
|
| virtual bool asNewEffect(GrEffectRef** effect,
|
|
|