Index: src/gpu/GrTextStrike.h |
diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h |
index 2f2b7202a2f13a10533e79818e1ef9e60a4e6b0e..8036ec323a98bcd38c4bd2145d522604a6487410 100644 |
--- a/src/gpu/GrTextStrike.h |
+++ b/src/gpu/GrTextStrike.h |
@@ -38,6 +38,8 @@ |
inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*); |
bool addGlyphToAtlas(GrGlyph*, GrFontScaler*); |
+ |
+ SkISize getAtlasSize() const { return fAtlas.getSize(); } |
// testing |
int countGlyphs() const { return fCache.getArray().count(); } |