| 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 611de8a66654d6124694a949a057199106eb0370..d433200165cb4bc6c971c765f25ebaeba84dd804 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh
|
| @@ -49,8 +49,8 @@ struct hhea
|
| return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
|
| }
|
|
|
| - protected:
|
| - FixedVersion version; /* 0x00010000 for version 1.0. */
|
| + public:
|
| + FixedVersion version; /* 0x00010000u for version 1.0. */
|
| FWORD ascender; /* Typographic ascent. <a
|
| * href="http://developer.apple.com/fonts/TTRefMan/RM06/Chap6hhea.html">
|
| * (Distance from baseline of highest
|
|
|