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

Unified Diff: third_party/woff2/src/transform.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/table_tags.h ('k') | third_party/woff2/src/transform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/woff2/src/transform.h
diff --git a/third_party/woff2/src/transform.h b/third_party/woff2/src/transform.h
index 15dc73e7d9e08f6e9f4bac250a479ef7023585f4..e9d1b0d3dc48a6756ce0894adfe0b44e5ea11000 100644
--- a/third_party/woff2/src/transform.h
+++ b/third_party/woff2/src/transform.h
@@ -26,6 +26,9 @@ namespace woff2 {
// derived from the original tag by flipping the MSBs of every byte.
bool TransformGlyfAndLocaTables(Font* font);
+// Apply transformation to hmtx table if applicable for this font.
+bool TransformHmtxTable(Font* font);
+
} // namespace woff2
#endif // WOFF2_TRANSFORM_H_
« no previous file with comments | « third_party/woff2/src/table_tags.h ('k') | third_party/woff2/src/transform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698