[Webkit-unassigned] [Bug 222036] Animated keyframe style needs to go through full style adjuster
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 17 08:27:17 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=222036
zalan <zalan at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #420642|review? |review+
Flags| |
--- Comment #4 from zalan <zalan at apple.com> ---
Comment on attachment 420642
--> https://bugs.webkit.org/attachment.cgi?id=420642
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=420642&action=review
> Source/WebCore/style/StyleAdjuster.cpp:-589
> - bool elementRespectsZIndex = style.position() != PositionType::Static || (parentBoxStyle && parentBoxStyle->isDisplayFlexibleOrGridBox());
> -
> - if (elementRespectsZIndex && !style.hasAutoSpecifiedZIndex())
> - style.setUsedZIndex(style.specifiedZIndex());
> - else if (impact.contains(AnimationImpact::ForcesStackingContext))
I assume this is taken care of in Adjuster::adjust() now.
> Source/WebCore/style/StyleAdjuster.h:49
> + void adjustAnimatedStyle(RenderStyle&, OptionSet<AnimationImpact>);
const?
--
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/20210217/20fb17f2/attachment.htm>
More information about the webkit-unassigned
mailing list