[Webkit-unassigned] [Bug 228833] REGRESSION (r268932): CPU usage higher than expected with sibling elements running WebAnimations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 3 11:15:13 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228833
Antoine Quint <graouts at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |graouts at webkit.org
--- Comment #11 from Antoine Quint <graouts at webkit.org> ---
Style sharing is disabled for elements with CSS Transitions or CSS Animations in SharingResolver::canShareStyleWithElement():
if (style->transitions() || style->animations())
return false;
This should likely check whether there are any keyframe effects for the candidate element.
--
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/20211103/9cfe2f24/attachment-0001.htm>
More information about the webkit-unassigned
mailing list