| Index: src/images/SkImageDecoder_libbmp.cpp
|
| diff --git a/src/images/SkImageDecoder_libbmp.cpp b/src/images/SkImageDecoder_libbmp.cpp
|
| index e28713d8a6d94687fc88fd268bbe529e55aadd19..6647e1b668ed5751a4758b1a369809468fe91249 100644
|
| --- a/src/images/SkImageDecoder_libbmp.cpp
|
| +++ b/src/images/SkImageDecoder_libbmp.cpp
|
| @@ -19,12 +19,12 @@ class SkBMPImageDecoder : public SkImageDecoder {
|
| public:
|
| SkBMPImageDecoder() {}
|
|
|
| - Format getFormat() const SK_OVERRIDE {
|
| + Format getFormat() const override {
|
| return kBMP_Format;
|
| }
|
|
|
| protected:
|
| - Result onDecode(SkStream* stream, SkBitmap* bm, Mode mode) SK_OVERRIDE;
|
| + Result onDecode(SkStream* stream, SkBitmap* bm, Mode mode) override;
|
|
|
| private:
|
| typedef SkImageDecoder INHERITED;
|
|
|