RESOLVED FIXED 230587
Remove ENABLE(SMOOTH_SCROLLING)
https://bugs.webkit.org/show_bug.cgi?id=230587
Summary Remove ENABLE(SMOOTH_SCROLLING)
Simon Fraser (smfr)
Reported 2021-09-21 17:14:24 PDT
Remove ENABLE(SMOOTH_SCROLLING)
Attachments
Patch (7.99 KB, patch)
2021-09-21 17:15 PDT, Simon Fraser (smfr)
no flags
Patch (9.68 KB, patch)
2021-09-21 21:02 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2021-09-21 17:15:59 PDT
Simon Fraser (smfr)
Comment 2 2021-09-21 21:02:44 PDT
Tim Horton
Comment 3 2021-09-21 21:14:58 PDT
Comment on attachment 438914 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438914&action=review > Source/WebCore/platform/mac/ScrollAnimatorMac.h:29 > -#if ENABLE(SMOOTH_SCROLLING) > +#if PLATFORM(MAC) Kinda feel like semantic flags are better than PLATFORM() ones (but also that ENABLE(SMOOTH_SCROLLING) is meaningless so maybe this one is not a good example :D)
EWS
Comment 4 2021-09-22 08:03:11 PDT
Committed r282876 (242005@main): <https://commits.webkit.org/242005@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438914 [details].
Radar WebKit Bug Importer
Comment 5 2021-09-22 08:04:25 PDT
Note You need to log in before you can comment on or make changes to this bug.