diff options
author | eae@chromium.org <eae@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 06:52:28 +0000 |
---|---|---|
committer | eae@chromium.org <eae@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 06:52:28 +0000 |
commit | bbe9824ddb7af7bd5b9c9760df4b2c3297488031 (patch) | |
tree | 0154e1bfb21c37d178e15a8b57ca2bcaf0fa94be /third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh | |
parent | 6331dc6c77d5ce05f627d02041735388f38eb4f1 (diff) | |
download | chromium_src-bbe9824ddb7af7bd5b9c9760df4b2c3297488031.zip chromium_src-bbe9824ddb7af7bd5b9c9760df4b2c3297488031.tar.gz chromium_src-bbe9824ddb7af7bd5b9c9760df4b2c3297488031.tar.bz2 |
Update harfbuzz-ng to 0.9.24
Update our version of harfbuzz-ng in third_party from 0.9.17 to 0.9.24.
R=behdad@chromium.org
BUG=318953
Review URL: https://codereview.chromium.org/70193010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh')
-rw-r--r-- | third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 2b89c4e..611de8a 100644 --- a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh +++ b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh @@ -42,7 +42,7 @@ namespace OT { struct hhea { - static const hb_tag_t Tag = HB_OT_TAG_hhea; + static const hb_tag_t tableTag = HB_OT_TAG_hhea; inline bool sanitize (hb_sanitize_context_t *c) { TRACE_SANITIZE (this); |