Index: dm/DMSrcSink.cpp |
diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp |
index 78782a086629ce6f33477ec8ceeee3a54f841543..1cffb3cfb574de16de5702b2c201e0e88290bb13 100644 |
--- a/dm/DMSrcSink.cpp |
+++ b/dm/DMSrcSink.cpp |
@@ -831,10 +831,6 @@ Error ImageGenSrc::draw(SkCanvas* canvas) const { |
// Test deferred decoding path on GPU |
if (fIsGpu) { |
- // FIXME: The gpu backend does not draw kGray sources correctly. (skbug.com/4822) |
- // We have disabled these tests in DM.cpp. |
- SkASSERT(kGray_8_SkColorType != gen->getInfo().colorType()); |
- |
sk_sp<SkImage> image(SkImage::MakeFromGenerator(gen.release(), nullptr)); |
if (!image) { |
return "Could not create image from codec image generator."; |