[Webkit-unassigned] [Bug 179114] First letter text renderer should be anonymous

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 1 10:56:55 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=179114

--- Comment #18 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 325576
  --> https://bugs.webkit.org/attachment.cgi?id=325576
patch

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

> Source/WebCore/rendering/RenderElement.h:344
> +    unsigned m_isFirstLetter : 1;

Is it worth using a RenderElement bit here? I think first letter is rare enough that you could use RenderObject::rareData().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171101/57f9b329/attachment.html>


More information about the webkit-unassigned mailing list