aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTextToPathIter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkTextToPathIter.h')
-rw-r--r--src/core/SkTextToPathIter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkTextToPathIter.h b/src/core/SkTextToPathIter.h
index c135de620b..49564d96af 100644
--- a/src/core/SkTextToPathIter.h
+++ b/src/core/SkTextToPathIter.h
@@ -8,6 +8,7 @@
#ifndef SkTextToPathIter_DEFINED
#define SkTextToPathIter_DEFINED
+#include "SkAutoKern.h"
#include "SkPaint.h"
#include "SkStrikeCache.h"
@@ -26,6 +27,7 @@ protected:
SkPaint::GlyphCacheProc fGlyphCacheProc;
SkScalar fXPos; // accumulated xpos, returned in next
+ SkAutoKern fAutoKern;
int fXYIndex; // cache for horizontal -vs- vertical text
};