[webkit-reviews] review granted: [Bug 230311] Use std::optional for truncation : [Attachment 438263] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 15 11:55:20 PDT 2021
Myles C. Maxfield <mmaxfield at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 230311: Use std::optional for truncation
https://bugs.webkit.org/show_bug.cgi?id=230311
Attachment 438263: Patch
https://bugs.webkit.org/attachment.cgi?id=438263&action=review
--- Comment #3 from Myles C. Maxfield <mmaxfield at apple.com> ---
Comment on attachment 438263
--> https://bugs.webkit.org/attachment.cgi?id=438263
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=438263&action=review
> Source/WebCore/rendering/LegacyInlineTextBox.h:70
> + auto truncation() const { return m_truncation; }
More information about the webkit-reviews
mailing list