06ec2a9f19
Also replace openh264 patch with one landed in upstream.
12 lines
349 B
Diff
12 lines
349 B
Diff
--- a/third_party/blink/renderer/platform/image-encoders/image_encoder.cc
|
|
+++ b/third_party/blink/renderer/platform/image-encoders/image_encoder.cc
|
|
@@ -13,7 +13,7 @@
|
|
|
|
#include "jpeglib.h" // for JPEG_MAX_DIMENSION
|
|
|
|
-#include "third_party/libwebp/src/webp/encode.h" // for WEBP_MAX_DIMENSION
|
|
+#define WEBP_MAX_DIMENSION 16383
|
|
|
|
namespace blink {
|
|
|