Overlay scrollbars should respond to AppKit's NSEventPhaseMayBegin. <rdar://problem/10688637>
Created attachment 129385 [details] Patch
Comment on attachment 129385 [details] Patch I think you should change all handleWheelEventPhase functions to just take the phase enum, that way you'll avoid copying the event object when all you want is the phase. Looks great otherwise!
Comment on attachment 129385 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129385&action=review > Source/WebCore/platform/mac/ScrollAnimatorMac.h:89 > + virtual void handleWheelEventPhase(const PlatformWheelEvent&); This could be marked OVERRIDE.
Thanks Anders! Committed change with http://trac.webkit.org/changeset/109237