Fix previous commit
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 5 May 2019 16:54:58 +0000 (09:54 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 5 May 2019 16:54:58 +0000 (09:54 -0700)
commitc14efb8e68e31fb7537bcfe5eea779c0830a0b0c
tree6cf9921fe26761d8f433fea0ce061570a038e459
parentb10f65933a77434bf8d68058793037f38a8ed5a6
Fix previous commit

Priority should be given to specific over dispatch.  Broke sanitize before.
This fixes it, by moving prioritization to the context implementation, since
the correct priority cannot be done in the dispatch implementation.  Done
for subset and sanitize only, which need it.
src/hb-aat-layout-common.hh
src/hb-dispatch.hh
src/hb-ot-layout-gsubgpos.hh
src/hb-sanitize.hh
src/hb-subset.hh