| Index: src/images/SkImageDecoder_wbmp.cpp
|
| diff --git a/src/images/SkImageDecoder_wbmp.cpp b/src/images/SkImageDecoder_wbmp.cpp
|
| index 7a6f76ed3463186b5a39890ed07598756e0af594..1f506dbc4ddf86952fde1476fb4ac7c3f7893148 100644
|
| --- a/src/images/SkImageDecoder_wbmp.cpp
|
| +++ b/src/images/SkImageDecoder_wbmp.cpp
|
| @@ -17,12 +17,12 @@
|
|
|
| class SkWBMPImageDecoder : public SkImageDecoder {
|
| public:
|
| - virtual Format getFormat() const SK_OVERRIDE {
|
| + Format getFormat() const SK_OVERRIDE {
|
| return kWBMP_Format;
|
| }
|
|
|
| protected:
|
| - virtual Result onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
|
| + Result onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE;
|
|
|
| private:
|
| typedef SkImageDecoder INHERITED;
|
|
|