Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: third_party/woff2/src/woff2_common.h

Issue 1873123002: Update woff2 to 4e698b8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update BUILD.gn (win8 build fix?) Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/woff2/src/transform.cc ('k') | third_party/woff2/src/woff2_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/woff2/src/transform.cc ('k') | third_party/woff2/src/woff2_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698