| Index: include/effects/SkPictureImageFilter.h
|
| diff --git a/include/effects/SkPictureImageFilter.h b/include/effects/SkPictureImageFilter.h
|
| index 21d25c46935b4088f001a7c8497225aa5a3b8075..d62f03f8a3269ea336b2b1078ae7312545b16c03 100644
|
| --- a/include/effects/SkPictureImageFilter.h
|
| +++ b/include/effects/SkPictureImageFilter.h
|
| @@ -69,9 +69,9 @@ protected:
|
| * SkReadBuffer::setBitmapDecoder() before calling this constructor.
|
| * @param SkReadBuffer Serialized picture data.
|
| */
|
| - void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| + void flatten(SkWriteBuffer&) const override;
|
| virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| - SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE;
|
| + SkBitmap* result, SkIPoint* offset) const override;
|
|
|
| private:
|
|
|
|
|