Bug 210899 - In the scrolling tree, separate wheel event handling from layer updating
Summary: In the scrolling tree, separate wheel event handling from layer updating
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks: 210884
  Show dependency treegraph
 
Reported: 2020-04-22 22:23 PDT by Simon Fraser (smfr)
Modified: 2020-04-23 10:03 PDT (History)
9 users (show)

See Also:


Attachments
Patch (8.38 KB, patch)
2020-04-22 22:26 PDT, Simon Fraser (smfr)
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>