[Webkit-unassigned] [Bug 175530] Factor text autosizing into a class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 14 05:14:33 PDT 2017


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

Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akling at apple.com
 Attachment #318033|review?                     |review+
              Flags|                            |

--- Comment #3 from Andreas Kling <akling at apple.com> ---
Comment on attachment 318033
  --> https://bugs.webkit.org/attachment.cgi?id=318033
patch

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

r=me

> Source/WebCore/rendering/TextAutoSizing.h:128
> +    using NodeMap = HashMap<TextAutoSizingKey, std::unique_ptr<TextAutoSizingValue>, TextAutoSizingHash, TextAutoSizingTraits>;
> +    NodeMap m_textNodes;

Seems like this could be accomplished in a single line, no?

-- 
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/20170814/58cd8d88/attachment.html>


More information about the webkit-unassigned mailing list