Bug 210899

Summary: In the scrolling tree, separate wheel event handling from layer updating
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, ews-watchlist, fred.wang, jamesr, koivisto, luiz, simon.fraser, tonikitoo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 210884    
Attachments:
Description Flags
Patch koivisto: review+

Description Simon Fraser (smfr) 2020-04-22 22:23:13 PDT
In the scrolling tree, separate wheel event handling from layer updating
Comment 1 Simon Fraser (smfr) 2020-04-22 22:26:57 PDT
Created attachment 397320 [details]
Patch
Comment 2 Antti Koivisto 2020-04-22 22:28:54 PDT
Comment on attachment 397320 [details]
Patch

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

> Source/WebCore/page/scrolling/ScrollingTree.cpp:101
> +    auto result = [&]() {

unnecessary ()
Comment 3 Simon Fraser (smfr) 2020-04-23 10:02:08 PDT
https://trac.webkit.org/changeset/260571/webkit
Comment 4 Radar WebKit Bug Importer 2020-04-23 10:03:12 PDT
<rdar://problem/62250799>