aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMSrcSink.h
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2015-11-17 11:18:03 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-17 11:18:03 -0800
commit5af4e0bc8fd17944f3c0527462aeba367f6d590a (patch)
treeff0c7b83d85fc5480879732e8e7cee68757fc391 /dm/DMSrcSink.h
parentc08d53ee175e190254d8fd6659d9ad051ac0ba46 (diff)
Make SkAndroidCodec support gif
Involves a few bug fixes in SkCodec_libgif and a bit more complexity in SkSwizzler. BUG=skia:4405 Review URL: https://codereview.chromium.org/1445313002
Diffstat (limited to 'dm/DMSrcSink.h')
-rw-r--r--dm/DMSrcSink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h
index 6371a9046f..e155508ac2 100644
--- a/dm/DMSrcSink.h
+++ b/dm/DMSrcSink.h
@@ -106,7 +106,6 @@ public:
enum Mode {
kCodec_Mode,
kScanline_Mode,
- kScanline_Subset_Mode,
kStripe_Mode, // Tests the skipping of scanlines
kSubset_Mode, // For codecs that support subsets directly.
};