Index: include/codec/SkCodec.h |
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h |
index 7337006769e13afdb72d77ccc1f8ea77e1d5c7af..1d9c9179e003afb98e94cea2250aa7be17231f0b 100644 |
--- a/include/codec/SkCodec.h |
+++ b/include/codec/SkCodec.h |
@@ -101,7 +101,7 @@ protected: |
* reveals that the image is actually opaque. |
*/ |
#ifdef SK_SUPPORT_LEGACY_BOOL_ONGETINFO |
- bool onGetInfo(SkImageInfo* info) SK_OVERRIDE { |
+ bool onGetInfo(SkImageInfo* info) override { |
*info = fInfo; |
return true; |
} |