[webkit-reviews] review granted: [Bug 224742] [css-contain] Support contain:paint : [Attachment 442373] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 14:51:51 PST 2021


zalan <zalan at apple.com> has granted Rob Buis <rbuis at igalia.com>'s request for
review:
Bug 224742: [css-contain] Support contain:paint
https://bugs.webkit.org/show_bug.cgi?id=224742

Attachment 442373: Patch

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




--- Comment #46 from zalan <zalan at apple.com> ---
Comment on attachment 442373
  --> https://bugs.webkit.org/attachment.cgi?id=442373
Patch

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

> Source/WebCore/rendering/RenderElement.h:222
> +    bool paintContainmentApplies() const { return m_paintContainmentApplies;
}
> +    void setPaintContainmentApplies(bool b) { m_paintContainmentApplies = b;
}

Any particular reason for caching this values? if so, please use rare data.


More information about the webkit-reviews mailing list