[webkit-reviews] review granted: [Bug 190585] Share some code to dirty z-order and normal flow lists when child layers are added or removed : [Attachment 352329] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 15 09:26:39 PDT 2018
zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 190585: Share some code to dirty z-order and normal flow lists when child
layers are added or removed
https://bugs.webkit.org/show_bug.cgi?id=190585
Attachment 352329: Patch
https://bugs.webkit.org/attachment.cgi?id=352329&action=review
--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 352329
--> https://bugs.webkit.org/attachment.cgi?id=352329
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=352329&action=review
> Source/WebCore/rendering/RenderLayer.cpp:454
> + if (!child.isNormalFlowOnly() || child.firstChild()) {
child.isNormalFlowOnly is always false here.
More information about the webkit-reviews
mailing list