| Index: include/core/SkPath.h
|
| diff --git a/include/core/SkPath.h b/include/core/SkPath.h
|
| index 52d2b2b514a144dbef386596c8fed36bfb6fbcfc..c77b4e6d83ea9e0913bfd5218c76d313974f423c 100644
|
| --- a/include/core/SkPath.h
|
| +++ b/include/core/SkPath.h
|
| @@ -927,7 +927,13 @@ private:
|
| // 1 free bit at 24
|
| kConvexity_SerializationShift = 16, // requires 8 bits
|
| kFillType_SerializationShift = 8, // requires 8 bits
|
| - // 8 free bits at 0
|
| + // low-8-bits are version
|
| + };
|
| +
|
| + enum SerializationVersions {
|
| + kPathPrivFirstDirection_Version = 1,
|
| +
|
| + kCurrent_Version = 1
|
| };
|
|
|
| SkAutoTUnref<SkPathRef> fPathRef;
|
|
|