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

Unified Diff: third_party/woff2/src/font.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/file.h ('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 ff7f85fcfbdc81e688d20ad3455f7d656844967f..601c4c8f8949c21229c12baaae9a7a400505d803 100644
--- a/third_party/woff2/src/font.h
+++ b/third_party/woff2/src/font.h
@@ -47,6 +47,8 @@ struct Font {
// Intended use is to bypass re-processing tables
Font::Table* reuse_of;
+ uint8_t flag_byte;
+
// Is this table reused by a TTC
bool IsReused() const;
};
« no previous file with comments | « third_party/woff2/src/file.h ('k') | third_party/woff2/src/font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698