diff options
author | Mike Reed <reed@google.com> | 2018-02-21 15:55:14 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-02-21 21:22:37 +0000 |
commit | 267ecccfed954079e9ec37182d6c9aafe3007525 (patch) | |
tree | 4a0fed781314707db9d75efc063330496652557e /gn | |
parent | 528b446889c7967d220d2a679912f698067ff072 (diff) |
change path serialization version to 4
New format should be much simpler:
- only store public data (e.g. points, verbs, filltype)
- deserialize just uses public APIs
Refactor reading code to manage different (older) versions, to make
it clear (hopefully) what we can delete when we can abandon version
3 support.
Bug: skia:
Change-Id: I30465f891cba3f044ae1cb2c13c04f04fdc9da78
Reviewed-on: https://skia-review.googlesource.com/109160
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/core.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/core.gni b/gn/core.gni index 72e12c2573..00f6b73f6c 100644 --- a/gn/core.gni +++ b/gn/core.gni @@ -213,6 +213,7 @@ skia_core_sources = [ "$_src/core/SkPaintPriv.cpp", "$_src/core/SkPaintPriv.h", "$_src/core/SkPath.cpp", + "$_src/core/SkPath_serial.cpp", "$_src/core/SkPathEffect.cpp", "$_src/core/SkPathMeasure.cpp", "$_src/core/SkPathPriv.h", |