Index: src/gpu/GrTextStrike.h |
diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h |
index a5bb6ae5db0e54514d75e50119a9db80071a72a2..917c93c814efeda1d088294f68f3874bc4fd5cdd 100644 |
--- a/src/gpu/GrTextStrike.h |
+++ b/src/gpu/GrTextStrike.h |
@@ -37,6 +37,7 @@ public: |
GrTexture* getTexture() const { return fAtlas->getTexture(); } |
inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*); |
+ bool glyphTooLargeForAtlas(GrGlyph*); |
egdaniel
2014/09/19 19:49:30
Maybe add comment on what it means to be too large
|
bool addGlyphToAtlas(GrGlyph*, GrFontScaler*); |
// testing |