| Index: src/gpu/GrTextStrike.h
|
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h
|
| index 35d50082b0fff400c04bf57aa42e1a5bd8f858d1..3d5bfdccf0c488aba7df85ab941c37734e664799 100644
|
| --- a/src/gpu/GrTextStrike.h
|
| +++ b/src/gpu/GrTextStrike.h
|
| @@ -38,7 +38,7 @@ public:
|
| GrMaskFormat getMaskFormat() const { return fMaskFormat; }
|
|
|
| inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*);
|
| - bool getGlyphAtlas(GrGlyph*, GrFontScaler*, GrDrawTarget::DrawToken currentDrawToken);
|
| + bool getGlyphAtlas(GrGlyph*, GrFontScaler*);
|
|
|
| // testing
|
| int countGlyphs() const { return fCache.getArray().count(); }
|
|
|