From 54416de52381ac11dd755100a8025debf595873a Mon Sep 17 00:00:00 2001 From: djsollen Date: Fri, 3 Apr 2015 07:24:48 -0700 Subject: Update DM to allow Src's to have optional options. Review URL: https://codereview.chromium.org/1059513002 --- dm/DMJsonWriter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dm/DMJsonWriter.h') 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", ... }; -- cgit v1.2.3