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

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

Issue 1873123002: Update woff2 to 4e698b8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: assert.h 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
Index: third_party/woff2/src/table_tags.h
diff --git a/third_party/woff2/src/table_tags.h b/third_party/woff2/src/table_tags.h
index c9b09bb6e38a74f43bc7d543fd07a133b01f98b9..daa5d9215de749b31c3e3c20e0b71783c79a86bd 100644
--- a/third_party/woff2/src/table_tags.h
+++ b/third_party/woff2/src/table_tags.h
@@ -27,6 +27,9 @@ static const uint32_t kHeadTableTag = 0x68656164;
static const uint32_t kLocaTableTag = 0x6c6f6361;
static const uint32_t kDsigTableTag = 0x44534947;
static const uint32_t kCffTableTag = 0x43464620;
+static const uint32_t kHmtxTableTag = 0x686d7478;
+static const uint32_t kHheaTableTag = 0x68686561;
+static const uint32_t kMaxpTableTag = 0x6d617870;
extern const uint32_t kKnownTags[];

Powered by Google App Engine
This is Rietveld 408576698