Add more mousewheel-scrolling logging and improve the latching code
Created attachment 387804 [details] Patch
Comment on attachment 387804 [details] Patch Clearing flags on attachment: 387804 Committed r254631: <https://trac.webkit.org/changeset/254631>
All reviewed patches have been landed. Closing bug.
<rdar://problem/58616914>
Comment on attachment 387804 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387804&action=review > Source/WebCore/platform/PlatformWheelEvent.h:41 > +#if ENABLE(KINETIC_SCROLLING) > +namespace WTF { > +class TextStream; > +} > +#endif This is inside an #if. > Source/WebCore/platform/PlatformWheelEvent.h:242 > +WTF::TextStream& operator<<(WTF::TextStream&, const PlatformWheelEvent&); This is not. One of these must be a mistake?
You're right, will fix.
https://trac.webkit.org/changeset/254640/webkit