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_ |