aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMJsonWriter.h
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2015-04-03 07:24:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-03 07:24:48 -0700
commit54416de52381ac11dd755100a8025debf595873a (patch)
treebcbc883686b9e1827eeeb9965d9254585354d17e /dm/DMJsonWriter.h
parent0a7e69cb9b4e3929d659891d152a2c0b59bff4e0 (diff)
Update DM to allow Src's to have optional options.
Diffstat (limited to 'dm/DMJsonWriter.h')
-rw-r--r--dm/DMJsonWriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm/DMJsonWriter.h b/dm/DMJsonWriter.h
index 593484688b..67c9cf6a1a 100644
--- a/dm/DMJsonWriter.h
+++ b/dm/DMJsonWriter.h
@@ -26,6 +26,7 @@ public:
SkString name; // E.g. "ninepatch-stretch", "desk_gws.skp"
SkString config; // "gpu", "8888", "serialize", "pipe"
SkString sourceType; // "gm", "skp", "image"
+ SkString sourceOptions; // "image", "codec", "subset", "scanline"
SkString md5; // In ASCII, so 32 bytes long.
SkString ext; // Extension of file we wrote: "png", "pdf", ...
};