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