| Index: third_party/woff2/src/woff2_enc.h
|
| diff --git a/third_party/woff2/src/woff2_enc.h b/third_party/woff2/src/woff2_enc.h
|
| index a1caf3fd65412956876f2421d4b346e6c5ac737f..3ac8c3ab1bde5780265d6735925269973411b11d 100644
|
| --- a/third_party/woff2/src/woff2_enc.h
|
| +++ b/third_party/woff2/src/woff2_enc.h
|
| @@ -27,10 +27,12 @@ using std::string;
|
| namespace woff2 {
|
|
|
| struct WOFF2Params {
|
| - WOFF2Params() : extended_metadata(""), brotli_quality(11) {}
|
| + WOFF2Params() : extended_metadata(""), brotli_quality(11),
|
| + allow_transforms(true) {}
|
|
|
| string extended_metadata;
|
| int brotli_quality;
|
| + bool allow_transforms;
|
| };
|
|
|
| // Returns an upper bound on the size of the compressed file.
|
|
|