Index: src/gpu/GrAtlasTextContext.h |
diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h |
index 7ebe42e0197c7d42e1b50e8047d072293b163af5..4eeb42c84fa6d0a3f37067acc3b0477654de708f 100644 |
--- a/src/gpu/GrAtlasTextContext.h |
+++ b/src/gpu/GrAtlasTextContext.h |
@@ -65,7 +65,8 @@ private: |
GrColor color, GrFontScaler*, const SkIRect& clipRect, SkScalar textRatio, |
const SkMatrix& viewMatrix); |
inline void appendGlyphPath(GrAtlasTextBlob*, GrGlyph*, GrFontScaler*, const SkGlyph&, |
- SkScalar x, SkScalar y); |
+ 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, |