Index: third_party/libwebp/dec/frame.c |
diff --git a/third_party/libwebp/dec/frame.c b/third_party/libwebp/dec/frame.c |
index f7a0d1d81dd25e11b41c4e8d27f6a0725df3c146..2359acc5b0d4c297aa4c7abc7b5df6a3b798c6e5 100644 |
--- a/third_party/libwebp/dec/frame.c |
+++ b/third_party/libwebp/dec/frame.c |
@@ -177,7 +177,7 @@ void VP8InitDithering(const WebPDecoderOptions* const options, |
dec->dither_ = 1; |
} |
} |
-#if WEBP_DECODER_ABI_VERSION > 0x0203 |
+#if WEBP_DECODER_ABI_VERSION > 0x0204 |
// potentially allow alpha dithering |
dec->alpha_dithering_ = options->alpha_dithering_strength; |
if (dec->alpha_dithering_ > 100) { |