Index: include/gpu/SkGr.h |
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h |
index 6cfa0faedfaf0db9fd940dc1babef4eb505a5e02..fb2f2b3c08041d7992eb22b0b2511a5b87e378af 100644 |
--- a/include/gpu/SkGr.h |
+++ b/include/gpu/SkGr.h |
@@ -86,6 +86,9 @@ public: |
virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds); |
virtual bool getPackedGlyphImage(GrGlyph::PackedID, int width, int height, |
int rowBytes, void* image); |
robertphillips
2014/04/11 14:13:00
override? up above too?
jvanverth1
2014/04/11 17:54:14
Done.
|
+ virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds); |
+ virtual bool getPackedGlyphDFImage(GrGlyph::PackedID, int width, int height, |
+ int rowBytes, void* image); |
virtual bool getGlyphPath(uint16_t glyphID, SkPath*); |
private: |