| Index: src/gpu/GrDistanceFieldTextContext.h
|
| diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h
|
| index 6fa2d6f173855b0debde9650bcc6259dea9fac5b..e0ef7e2e449d822bab7b7486845c8dc5dd9c5099 100644
|
| --- a/src/gpu/GrDistanceFieldTextContext.h
|
| +++ b/src/gpu/GrDistanceFieldTextContext.h
|
| @@ -58,7 +58,7 @@ private:
|
| const SkPoint& offset) SK_OVERRIDE;
|
|
|
| void init(const GrPaint&, const SkPaint&);
|
| - void appendGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*);
|
| + bool appendGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*);
|
| void setupCoverageEffect(const SkColor& filteredColor);
|
| void flush(); // automatically called by destructor
|
| void finish();
|
|
|