aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDraw.h')
-rw-r--r--include/core/SkDraw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
index f1e126a2c5..8c659c2389 100644
--- a/include/core/SkDraw.h
+++ b/include/core/SkDraw.h
@@ -149,6 +149,7 @@ private:
const SkPath* fPath; // returned in next
SkScalar fXPos; // accumulated xpos, returned in next
SkAutoKern fAutoKern;
+ int fXYIndex; // cache for horizontal -vs- vertical text
};
#endif