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; |
}; |