summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/ots/src/ots.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/ots/src/ots.cc')
-rw-r--r--chromium/third_party/ots/src/ots.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/ots/src/ots.cc b/chromium/third_party/ots/src/ots.cc
index a787bd08814..9205a267aca 100644
--- a/chromium/third_party/ots/src/ots.cc
+++ b/chromium/third_party/ots/src/ots.cc
@@ -141,6 +141,8 @@ const struct {
ots::ots_vhea_should_serialise, ots::ots_vhea_free, false },
{ "vmtx", ots::ots_vmtx_parse, ots::ots_vmtx_serialise,
ots::ots_vmtx_should_serialise, ots::ots_vmtx_free, false },
+ { "MATH", ots::ots_math_parse, ots::ots_math_serialise,
+ ots::ots_math_should_serialise, ots::ots_math_free, false },
// TODO(bashi): Support mort, base, and jstf tables.
{ 0, NULL, NULL, NULL, NULL, false },
};