[webkit-reviews] review granted: [Bug 260426] [IFC] Cache canUseSimplifiedTextMeasuring on RenderText : [Attachment 467342] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 20 18:50:08 PDT 2023


Antti Koivisto <koivisto at iki.fi> has granted  review:
Bug 260426: [IFC] Cache canUseSimplifiedTextMeasuring on RenderText
https://bugs.webkit.org/show_bug.cgi?id=260426

Attachment 467342: Patch

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




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

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

> Source/WebCore/rendering/RenderText.h:258
>      std::optional<float> m_minWidth;
>      std::optional<float> m_maxWidth;
> +    std::optional<bool> m_canUseSimplifiedTextMeasuring { };

These waste some space.


More information about the webkit-reviews mailing list