aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMSrcSink.h
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-01-22 14:46:42 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-22 14:46:42 -0800
commitb714fb0199e8727ef2b6cddbee7eba6046f01554 (patch)
tree20c7f211949e24ed224901dcbf1e02c77b5da94b /dm/DMSrcSink.h
parent13aa1a5ad97156e35184970fc1ce1aaf3c50c91c (diff)
Add getYUV8Planes() API to SkCodec
Diffstat (limited to 'dm/DMSrcSink.h')
-rw-r--r--dm/DMSrcSink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h
index def7cc9f5c..632744cd62 100644
--- a/dm/DMSrcSink.h
+++ b/dm/DMSrcSink.h
@@ -111,6 +111,7 @@ public:
kScanline_Mode,
kStripe_Mode, // Tests the skipping of scanlines
kSubset_Mode, // For codecs that support subsets directly.
+ kGen_Mode, // Test SkCodecImageGenerator (includes YUV)
};
enum DstColorType {
kGetFromCanvas_DstColorType,