| Index: third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-head-table.hh b/third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| index 32d64ca9640d6fd78c2900fc28b3a766e7a29548..0934168f58f6d66499238653c079e5e68de28aad 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-head-table.hh
|
| @@ -32,6 +32,8 @@
|
| #include "hb-open-type-private.hh"
|
|
|
|
|
| +namespace OT {
|
| +
|
|
|
| /*
|
| * head -- Font Header
|
| @@ -54,7 +56,7 @@ struct head
|
| return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
|
| }
|
|
|
| - private:
|
| + protected:
|
| FixedVersion version; /* Version of the head table--currently
|
| * 0x00010000 for version 1.0. */
|
| FixedVersion fontRevision; /* Set by font manufacturer. */
|
| @@ -141,5 +143,7 @@ struct head
|
| };
|
|
|
|
|
| +} // namespace OT
|
| +
|
|
|
| #endif /* HB_OT_HEAD_TABLE_HH */
|
|
|