| Index: src/gpu/GrTextStrike.h
|
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h
|
| index 89b054291d72ea4578ad768b1afbf583ff054c50..a5bb6ae5db0e54514d75e50119a9db80071a72a2 100644
|
| --- a/src/gpu/GrTextStrike.h
|
| +++ b/src/gpu/GrTextStrike.h
|
| @@ -34,6 +34,7 @@ public:
|
| const GrFontDescKey* getFontScalerKey() const { return fFontScalerKey; }
|
| GrFontCache* getFontCache() const { return fFontCache; }
|
| GrMaskFormat getMaskFormat() const { return fMaskFormat; }
|
| + GrTexture* getTexture() const { return fAtlas->getTexture(); }
|
|
|
| inline GrGlyph* getGlyph(GrGlyph::PackedID, GrFontScaler*);
|
| bool addGlyphToAtlas(GrGlyph*, GrFontScaler*);
|
|
|