| Index: third_party/libwebp/webp/mux_types.h
|
| diff --git a/third_party/libwebp/webp/mux_types.h b/third_party/libwebp/webp/mux_types.h
|
| index c94043a3c025e9c278b764e5bf6ed46add751f84..b37e2c67aaaea3b32501feca07e466b9cfda9ba7 100644
|
| --- a/third_party/libwebp/webp/mux_types.h
|
| +++ b/third_party/libwebp/webp/mux_types.h
|
| @@ -31,12 +31,13 @@ typedef struct WebPData WebPData;
|
|
|
| // VP8X Feature Flags.
|
| typedef enum WebPFeatureFlags {
|
| - FRAGMENTS_FLAG = 0x00000001,
|
| ANIMATION_FLAG = 0x00000002,
|
| XMP_FLAG = 0x00000004,
|
| EXIF_FLAG = 0x00000008,
|
| ALPHA_FLAG = 0x00000010,
|
| - ICCP_FLAG = 0x00000020
|
| + ICCP_FLAG = 0x00000020,
|
| +
|
| + ALL_VALID_FLAGS = 0x0000003e
|
| } WebPFeatureFlags;
|
|
|
| // Dispose method (animation only). Indicates how the area used by the current
|
|
|