[webkit-reviews] review granted: [Bug 232531] [LFC][IFC] Add bidi level to InlineDisplay::Box : [Attachment 442911] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 30 06:20:28 PDT 2021


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 232531: [LFC][IFC] Add bidi level to InlineDisplay::Box
https://bugs.webkit.org/show_bug.cgi?id=232531

Attachment 442911: Patch

https://bugs.webkit.org/attachment.cgi?id=442911&action=review




--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 442911
  --> https://bugs.webkit.org/attachment.cgi?id=442911
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=442911&action=review

> Source/WebCore/layout/integration/InlineIteratorBoxModernPath.h:64
> +    unsigned char bidiLevel() const { return box().bidiLevel(); }

nice


More information about the webkit-reviews mailing list