| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index ddb421f0113a018c2310ca2f815d8fb3f0ded2e4..3bbfc4f09bc284f1575dcd540c0fd09b2747e8b6 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -75,16 +75,16 @@ protected:
|
| bool convolveAlpha,
|
| SkImageFilter* input,
|
| const CropRect* cropRect);
|
| - void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| + void flatten(SkWriteBuffer&) const override;
|
|
|
| virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| - SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
|
| - bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const SK_OVERRIDE;
|
| + SkBitmap* result, SkIPoint* loc) const override;
|
| + bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const override;
|
|
|
|
|
| #if SK_SUPPORT_GPU
|
| virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| - const SkIRect& bounds) const SK_OVERRIDE;
|
| + const SkIRect& bounds) const override;
|
| #endif
|
|
|
| private:
|
|
|