[webkit-reviews] review granted: [Bug 203561] [Web Animations] Optimize blending for CSS Transitions : [Attachment 382292] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 03:19:54 PDT 2019


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 203561: [Web Animations] Optimize blending for CSS Transitions
https://bugs.webkit.org/show_bug.cgi?id=203561

Attachment 382292: Patch

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




--- Comment #12 from Dean Jackson <dino at apple.com> ---
Comment on attachment 382292
  --> https://bugs.webkit.org/attachment.cgi?id=382292
Patch

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

> Source/WebCore/animation/KeyframeEffect.cpp:1075
> +	   for (auto cssPropertyId : properties)
> +	       CSSPropertyAnimation::blendProperties(this, cssPropertyId,
&targetStyle, m_blendingKeyframes[0].style(), m_blendingKeyframes[1].style(),
iterationProgress);

I think you can do *properties.begin()


More information about the webkit-reviews mailing list