aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 7c6fd35d5a..9fd7d983cf 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -1075,8 +1075,8 @@ private:
enum SerializationVersions {
kPathPrivFirstDirection_Version = 1,
-
- kCurrent_Version = 1
+ kPathPrivLastMoveToIndex_Version = 2,
+ kCurrent_Version = 2
};
SkAutoTUnref<SkPathRef> fPathRef;