Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh

Issue 2858683002: Roll HarfBuzz to 1.4.6 (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-var.cc ('k') | third_party/harfbuzz-ng/src/hb-ot-var-mvar-table.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh
diff --git a/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh b/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh
index 3a2a820376fbc33c349dd93090da67315c910f78..f9d801e3b8fa2a9089b1cd77bad3b7b08f04aa63 100644
--- a/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh
+++ b/third_party/harfbuzz-ng/src/hb-ot-var-hvar-table.hh
@@ -78,10 +78,10 @@ struct DeltaSetIndexMap
{ return (format & 0xF) + 1; }
protected:
- USHORT format; /* A packed field that describes the compressed
+ USHORT format; /* A packed field that describes the compressed
* representation of delta-set indices. */
- USHORT mapCount; /* The number of mapping entries. */
- BYTE mapData[VAR]; /* The delta-set index mapping data. */
+ USHORT mapCount; /* The number of mapping entries. */
+ BYTE mapData[VAR]; /* The delta-set index mapping data. */
public:
DEFINE_SIZE_ARRAY (4, mapData);
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-var.cc ('k') | third_party/harfbuzz-ng/src/hb-ot-var-mvar-table.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698