| Index: third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| index 35cfb48c7e11f8695a4ec7cfba023d8b1b647c0e..feb60168008330fa2d524e45daf60688ea04620f 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
|
| @@ -30,6 +30,8 @@
|
| #include "hb-open-type-private.hh"
|
|
|
|
|
| +namespace OT {
|
| +
|
|
|
| /*
|
| * hmtx -- The Horizontal Metrics Table
|
| @@ -57,7 +59,7 @@ struct hmtx
|
| return TRACE_RETURN (true);
|
| }
|
|
|
| - private:
|
| + protected:
|
| LongHorMetric longHorMetric[VAR]; /* Paired advance width and left side
|
| * bearing values for each glyph. The
|
| * value numOfHMetrics comes from
|
| @@ -83,4 +85,8 @@ struct hmtx
|
| DEFINE_SIZE_ARRAY2 (0, longHorMetric, leftSideBearingX);
|
| };
|
|
|
| +
|
| +} // namespace OT
|
| +
|
| +
|
| #endif /* HB_OT_HMTX_TABLE_HH */
|
|
|