Index: include/gpu/SkGr.h |
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h |
index 6cfa0faedfaf0db9fd940dc1babef4eb505a5e02..a71ae368c745e401f1770b1af61959d673e43538 100644 |
--- a/include/gpu/SkGr.h |
+++ b/include/gpu/SkGr.h |
@@ -83,9 +83,12 @@ public: |
// overrides |
virtual const GrKey* getKey(); |
virtual GrMaskFormat getMaskFormat(); |
- virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds); |
+ virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE; |
virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height, |
- int rowBytes, void* image); |
+ int rowBytes, void* image) SK_OVERRIDE; |
+ virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE; |
+ virtual bool getPackedGlyphDFImage(GrGlyph::PackedID, int width, int height, |
+ int rowBytes, void* image) SK_OVERRIDE; |
virtual bool getGlyphPath(uint16_t glyphID, SkPath*); |
private: |