Chromium Code Reviews| Index: include/core/SkPath.h |
| diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
| index 7c6fd35d5af8798c74e499644b606c435081d40f..9fd7d983cfac854b38335a0067581670f9713065 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; |