Bug 256824

Summary: Combine requestScrollPositionUpdate() and requestAnimatedScrollToPosition()
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: ScrollingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Simon Fraser (smfr) 2023-05-15 20:52:38 PDT
requestScrollPositionUpdate() and requestAnimatedScrollToPosition() do pretty much the same thing; we can just pass a ScrollIsAnimated argument and share more code.
Comment 1 Radar WebKit Bug Importer 2023-05-15 20:52:59 PDT
<rdar://problem/109386012>
Comment 2 Simon Fraser (smfr) 2023-05-15 20:58:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13908
Comment 3 EWS 2023-05-16 10:24:43 PDT
Committed 264119@main (4a8d697cd1a2): <https://commits.webkit.org/264119@main>

Reviewed commits have been landed. Closing PR #13908 and removing active labels.