| Index: third_party/woff2/src/woff2_common.h
|
| diff --git a/third_party/woff2/src/woff2_common.h b/third_party/woff2/src/woff2_common.h
|
| index 1d3d03d703bebadb99031a4b288864f07f858a74..a8c45af80e1974b81a658acaf86204066478eb51 100644
|
| --- a/third_party/woff2/src/woff2_common.h
|
| +++ b/third_party/woff2/src/woff2_common.h
|
| @@ -26,7 +26,8 @@ namespace woff2 {
|
|
|
| static const uint32_t kWoff2Signature = 0x774f4632; // "wOF2"
|
|
|
| -const unsigned int kWoff2FlagsTransform = 1 << 5;
|
| +// Leave the first byte open to store flag_byte
|
| +const unsigned int kWoff2FlagsTransform = 1 << 8;
|
|
|
| // TrueType Collection ID string: 'ttcf'
|
| static const uint32_t kTtcFontFlavor = 0x74746366;
|
|
|