From bace7a940a6d83051eaa98b73dfa8867ed16ac2e Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Wed, 5 Jul 2017 11:39:27 -0400 Subject: Remove CodecSrc::kIndex8_Always_DstColorType We have removed support for drawing Index8, so stop testing it in DM. Bug: skia: 6828 Change-Id: Ib2c4d3ebd371be704151a9f956c0ca2aaf2926a6 Reviewed-on: https://skia-review.googlesource.com/21525 Reviewed-by: Mike Reed Commit-Queue: Leon Scroggins --- dm/DMSrcSink.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dm/DMSrcSink.h') diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h index d72d86814b..553eac03c2 100644 --- a/dm/DMSrcSink.h +++ b/dm/DMSrcSink.h @@ -127,7 +127,6 @@ public: }; enum DstColorType { kGetFromCanvas_DstColorType, - kIndex8_Always_DstColorType, kGrayscale_Always_DstColorType, kNonNative8888_Always_DstColorType, }; -- cgit v1.2.3