| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index 70eabd21f8766e138b1a02654c3cd87fdfe35758..04f3968a919b27012f83bed407b85f62f325f774 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -65,10 +65,6 @@ private:
|
| inline void appendGlyphPath(GrAtlasTextBlob*, GrGlyph*, GrFontScaler*, const SkGlyph&,
|
| SkScalar x, SkScalar y, SkScalar scale = 1.0f,
|
| bool applyVM = false);
|
| - inline void appendGlyphCommon(GrAtlasTextBlob*, Run*, Run::SubRunInfo*,
|
| - const SkRect& positions, GrColor color,
|
| - size_t vertexStride, bool useVertexColor,
|
| - GrGlyph*);
|
|
|
| inline void flushRunAsPaths(GrDrawContext*,
|
| const SkTextBlobRunIterator&, const GrClip& clip,
|
|
|