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

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

Issue 966703002: Updating OTS with new fixes for Color table from github (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing file permissions Created 5 years, 10 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/ots/src/ots.cc ('k') | third_party/ots/src/woff2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ots/src/woff2.h
diff --git a/third_party/ots/src/woff2.h b/third_party/ots/src/woff2.h
index 1db259a6ce4ddac78e4629aa3693207c3746d05d..f03f4f58e5330e7fff5821462a46c88a1a35a555 100644
--- a/third_party/ots/src/woff2.h
+++ b/third_party/ots/src/woff2.h
@@ -13,8 +13,8 @@ size_t ComputeWOFF2FinalSize(const uint8_t *data, size_t length);
// Decompresses the font into the target buffer. The result_length should
// be the same as determined by ComputeFinalSize(). Returns true on successful
// decompression.
-bool ConvertWOFF2ToTTF(OpenTypeFile *file, uint8_t *result, size_t result_length,
- const uint8_t *data, size_t length);
+bool ConvertWOFF2ToSFNT(OpenTypeFile *file, uint8_t *result, size_t result_length,
+ const uint8_t *data, size_t length);
}
#endif // OTS_WOFF2_H_
« no previous file with comments | « third_party/ots/src/ots.cc ('k') | third_party/ots/src/woff2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698