Index: src/core/SkGlyphCache.h |
diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h |
index 8d6bae699244e6f92e47417e8987f129ab511a59..2b5262ba5eb914446d507dff99b7636eeb5450ec 100644 |
--- a/src/core/SkGlyphCache.h |
+++ b/src/core/SkGlyphCache.h |
@@ -242,7 +242,7 @@ private: |
static void OffsetResults(const SkGlyph::Intercept* intercept, SkScalar scale, |
SkScalar xPos, SkScalar* array, int* count); |
static void AddInterval(SkScalar val, SkGlyph::Intercept* intercept); |
- static void AddPoints(const SkPoint* pts, int ptCount, const SkScalar bounds[2], |
+ static void AddPoints(const SkPoint* pts, int ptCount, const SkScalar bounds[2], |
bool yAxis, SkGlyph::Intercept* intercept); |
static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, |
SkGlyph::Intercept* intercept); |