RESOLVED FIXED 219416
Simplify some callsites of WheelEventTestMonitor
https://bugs.webkit.org/show_bug.cgi?id=219416
Summary Simplify some callsites of WheelEventTestMonitor
Simon Fraser (smfr)
Reported 2020-12-01 17:09:09 PST
Simplify some callsites of WheelEventTestMonitor
Attachments
Patch (22.50 KB, patch)
2020-12-01 17:12 PST, Simon Fraser (smfr)
no flags
Patch (22.33 KB, patch)
2020-12-01 18:46 PST, Simon Fraser (smfr)
dbates: review+
Simon Fraser (smfr)
Comment 1 2020-12-01 17:12:31 PST
Simon Fraser (smfr)
Comment 2 2020-12-01 18:46:45 PST
Daniel Bates
Comment 3 2020-12-01 19:00:04 PST
View in context: https://bugs.webkit.org/attachment.cgi?id=415179&action=review > Source/WebCore/page/scrolling/ThreadedScrollingTree.cpp:161 > + auto makeDeferrer = [&]() -> WheelEventTestMonitorCompletionDeferrer { Consider just using a local and moving it because this function is unconditionally invoked (so not avoiding computing it sometimes) and its body is branchless. Oh, the repeated reinterpret_casts i now see. Could extract this lambda into a real function that does the cast. > Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.mm:101 > + auto makeDeferrer = [&]() -> WheelEventTestMonitorCompletionDeferrer { Same as above.
Simon Fraser (smfr)
Comment 4 2020-12-01 19:28:44 PST
Radar WebKit Bug Importer
Comment 5 2020-12-01 19:29:20 PST
Note You need to log in before you can comment on or make changes to this bug.