Index: third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
index 2eea05ac6e9299c6ff630583647b48011e266045..5009e6b6a2df29f994946fb398a47f1cf70d4504 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
@@ -30,6 +30,8 @@ |
#include "hb-open-type-private.hh" |
+namespace OT { |
+ |
/* |
* hhea -- The Horizontal Header Table |
@@ -47,7 +49,7 @@ struct hhea |
return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1)); |
} |
- private: |
+ protected: |
FixedVersion version; /* 0x00010000 for version 1.0. */ |
FWORD ascender; /* Typographic ascent. <a |
* href="http://developer.apple.com/fonts/TTRefMan/RM06/Chap6hhea.html"> |
@@ -89,4 +91,7 @@ struct hhea |
}; |
+} // namespace OT |
+ |
+ |
#endif /* HB_OT_HHEA_TABLE_HH */ |