[Webkit-unassigned] [Bug 199322] REGRESSION(r246033/r246496): [GTK] Kinetic scrolling doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 00:45:45 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199322

--- Comment #16 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Alexander Mikhaylenko from comment #13)
> So, what should the check be at the end?
> 
> It was `PLATFORM(COCOA) || PLATFORM(GTK) || PLATFORM(WPE)` before and
> variations on that.

That makes more sense to me, but it seems cocoa port only wants that when async scrolling is enabled. 

> Maybe it should be `ENABLE_OPENGL` instead, though that
> seems weird too. What does it have to do with opengl?..

Maybe we can add ENABLE_WHEEL_EVENT_PHASE to Platform.h that is 1 for PLATFORM(GTK) || PLATFORM(WPE) || (PLATFORM(COCOA) && ENABLE(ASYNC_SCROLLING)).

But, I don't want to make this more complicated, if you guys are ok with current patch, it's fine with me too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190703/0db198f5/attachment-0001.html>


More information about the webkit-unassigned mailing list