[webkit-reviews] review granted: [Bug 230732] Move ScrollSnapAnimatorState's ScrollAnimationMomentum into ScrollingEffectsController : [Attachment 439109] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 23 17:28:54 PDT 2021
Wenson Hsieh <wenson_hsieh at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 230732: Move ScrollSnapAnimatorState's ScrollAnimationMomentum into
ScrollingEffectsController
https://bugs.webkit.org/show_bug.cgi?id=230732
Attachment 439109: Patch
https://bugs.webkit.org/attachment.cgi?id=439109&action=review
--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 439109
--> https://bugs.webkit.org/attachment.cgi?id=439109
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=439109&action=review
> Source/WebCore/platform/ScrollingEffectsController.cpp:145
> + m_currentAnimation =
WTF::makeUnique<ScrollAnimationMomentum>(*this);
Nit - you can omit this `WTF::`
More information about the webkit-reviews
mailing list