[webkit-reviews] review granted: [Bug 218017] [LFC][Integration] Update style of contained layout boxes : [Attachment 411984] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 08:28:05 PDT 2020


zalan <zalan at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s request
for review:
Bug 218017: [LFC][Integration] Update style of contained layout boxes
https://bugs.webkit.org/show_bug.cgi?id=218017

Attachment 411984: patch

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




--- Comment #4 from zalan <zalan at apple.com> ---
Comment on attachment 411984
  --> https://bugs.webkit.org/attachment.cgi?id=411984
patch

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

> Source/WebCore/layout/integration/LayoutIntegrationBoxTree.h:71
> +    mutable HashMap<const RenderObject*, Layout::Box*> m_rendererToBoxMap;
> +    mutable HashMap<const Layout::Box*, RenderObject*> m_boxToRendererMap;

probably not need to be mutable anymore, as discussed in slack.


More information about the webkit-reviews mailing list