Index: src/ports/SkScalerContext_win_dw.h |
diff --git a/src/ports/SkScalerContext_win_dw.h b/src/ports/SkScalerContext_win_dw.h |
index 5c13eab61568e9c1536a628c608f3a146d8050e6..abf2bc9aa02e75d404e676057cf69b966d3e82d7 100644 |
--- a/src/ports/SkScalerContext_win_dw.h |
+++ b/src/ports/SkScalerContext_win_dw.h |
@@ -24,13 +24,13 @@ public: |
virtual ~SkScalerContext_DW(); |
protected: |
- unsigned generateGlyphCount() SK_OVERRIDE; |
- uint16_t generateCharToGlyph(SkUnichar uni) SK_OVERRIDE; |
- void generateAdvance(SkGlyph* glyph) SK_OVERRIDE; |
- void generateMetrics(SkGlyph* glyph) SK_OVERRIDE; |
- void generateImage(const SkGlyph& glyph) SK_OVERRIDE; |
- void generatePath(const SkGlyph& glyph, SkPath* path) SK_OVERRIDE; |
- void generateFontMetrics(SkPaint::FontMetrics*) SK_OVERRIDE; |
+ unsigned generateGlyphCount() override; |
+ uint16_t generateCharToGlyph(SkUnichar uni) override; |
+ void generateAdvance(SkGlyph* glyph) override; |
+ void generateMetrics(SkGlyph* glyph) override; |
+ void generateImage(const SkGlyph& glyph) override; |
+ void generatePath(const SkGlyph& glyph, SkPath* path) override; |
+ void generateFontMetrics(SkPaint::FontMetrics*) override; |
private: |
const void* drawDWMask(const SkGlyph& glyph, |