Index: third_party/harfbuzz-ng/src/hb-ot-layout-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh b/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh |
index 3f7c858d1cfeeb59414c49462641361588d6a2fd..47fecd216d3045d4909234fcc566823ae710a186 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-layout-private.hh |
@@ -130,6 +130,11 @@ struct hb_ot_layout_lookup_accelerator_t |
{ |
} |
+ inline bool may_have (hb_codepoint_t g) const { |
+ return digest.may_have (g); |
+ } |
+ |
+ private: |
hb_set_digest_t digest; |
}; |