Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index e616c187047350bd673a243116ce1aab5a8822e1..4b32d2fc1a9549eb20d23f8eb2a2113ac8f339da 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -325,12 +325,6 @@ static void push_codec_srcs(Path path) { |
0.6f, 0.625f, 0.750f, 0.8f, 0.875f, 1.0f }; |
for (float scale : samplingScales) { |
- if (scale != 1.0f && (path.endsWith(".webp") || path.endsWith(".WEBP"))) { |
- // FIXME: skbug.com/4038 Scaling webp seems to leave some pixels uninitialized/ |
- // compute their colors based on uninitialized values. |
- continue; |
- } |
- |
for (uint32_t i = 0; i < numColorTypes; i++) { |
push_codec_src(path, CodecSrc::kScaledCodec_Mode, colorTypes[i], scale); |
} |