| Index: src/gpu/GrBitmapTextContext.h
|
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
|
| index a3d0eb2e8881de17b018295b742bf398301b2b5b..747facf60bb0ed516f168066a9ea836f88bbf59f 100644
|
| --- a/src/gpu/GrBitmapTextContext.h
|
| +++ b/src/gpu/GrBitmapTextContext.h
|
| @@ -48,6 +48,7 @@ private:
|
|
|
| void init(const GrPaint&, const SkPaint&);
|
| void appendGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*);
|
| + bool uploadGlyph(GrGlyph*, GrFontScaler*);
|
| void flush(); // automatically called by destructor
|
| void finish();
|
| };
|
|
|