| Index: src/gpu/GrTextStrike.h
|
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h
|
| index e359e267cf9816877a1db4d52011a4dc5b59efeb..64c4b90db36e036ff71c56463428dbc3bd34434a 100644
|
| --- a/src/gpu/GrTextStrike.h
|
| +++ b/src/gpu/GrTextStrike.h
|
| @@ -16,6 +16,7 @@
|
| #include "GrTHashCache.h"
|
| #include "GrPoint.h"
|
| #include "GrGlyph.h"
|
| +#include "GrDrawTarget.h"
|
|
|
| class GrAtlasMgr;
|
| class GrFontCache;
|
| @@ -37,7 +38,7 @@ public:
|
| GrMaskFormat getMaskFormat() const { return fMaskFormat; }
|
|
|
| inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*);
|
| - bool getGlyphAtlas(GrGlyph*, GrFontScaler*);
|
| + bool getGlyphAtlas(GrGlyph*, GrFontScaler*, GrDrawTarget::DrawToken currentDrawToken);
|
|
|
| // testing
|
| int countGlyphs() const { return fCache.getArray().count(); }
|
|
|