[Webkit-unassigned] [Bug 218017] [LFC][Integration] Update style of contained layout boxes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 21 08:28:05 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=218017
zalan <zalan at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #411984|review? |review+
Flags| |
--- 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.
--
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/20201021/b172e134/attachment.htm>
More information about the webkit-unassigned
mailing list