| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index c85740d9e092862f59e573b787e75aa959dbd221..20f747ff15c22e8d91f3c7f31fbf1d8cd80d7e47 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -62,9 +62,6 @@ private:
|
| bool dfAppendGlyph(GrAtlasTextBlob*, int runIndex, const SkGlyph&, SkScalar sx, SkScalar sy,
|
| GrColor color, GrFontScaler*, SkScalar textRatio,
|
| const SkMatrix& viewMatrix);
|
| - inline void appendGlyphPath(GrAtlasTextBlob*, GrGlyph*, GrFontScaler*, const SkGlyph&,
|
| - SkScalar x, SkScalar y, SkScalar scale = 1.0f,
|
| - bool applyVM = false);
|
|
|
| inline void flushRunAsPaths(GrDrawContext*,
|
| const SkTextBlobRunIterator&, const GrClip& clip,
|
|
|