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

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

Issue 2736873002: Update woff2 to cbea7b9 (Closed)
Patch Set: Created 3 years, 9 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/convert_woff2ttf_fuzzer_new_entry.cc ('k') | third_party/woff2/src/font.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/woff2/src/font.h
diff --git a/third_party/woff2/src/font.h b/third_party/woff2/src/font.h
index 601c4c8f8949c21229c12baaae9a7a400505d803..93806e6b5ee163df78d9b70a9c1dc94641fece82 100644
--- a/third_party/woff2/src/font.h
+++ b/third_party/woff2/src/font.h
@@ -61,6 +61,7 @@ struct Font {
// Accomodates both singular (OTF, TTF) and collection (TTC) fonts
struct FontCollection {
+ uint32_t flavor;
uint32_t header_version;
// (offset, first use of table*) pairs
std::map<uint32_t, Font::Table*> tables;
« no previous file with comments | « third_party/woff2/src/convert_woff2ttf_fuzzer_new_entry.cc ('k') | third_party/woff2/src/font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698