[webkit-reviews] review granted: [Bug 237152] [css-cascade] Support 'revert-layer' in @keyframes : [Attachment 453142] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 05:52:28 PST 2022


Antti Koivisto <koivisto at iki.fi> has granted Oriol Brufau
<obrufau at igalia.com>'s request for review:
Bug 237152: [css-cascade] Support 'revert-layer' in @keyframes
https://bugs.webkit.org/show_bug.cgi?id=237152

Attachment 453142: Patch

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




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 453142
  --> https://bugs.webkit.org/attachment.cgi?id=453142
Patch

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

> Source/WebCore/style/StyleBuilderState.h:110
> +    void setIgnoreRevertLayer() { m_ignoreRevertLayer = true; }

Maybe this should be more specific like m_isBuildingKeyframeStyle as I don't
think it has any other uses.


More information about the webkit-reviews mailing list