[Webkit-unassigned] [Bug 155750] [GTK] Add kinetic scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 09:17:35 PDT 2016


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

--- Comment #26 from Andre Moreira Magalhaes <andrunko at gmail.com> ---
Comment on attachment 281354
  --> https://bugs.webkit.org/attachment.cgi?id=281354
[GTK] Add kinetic scrolling

View in context: https://bugs.webkit.org/attachment.cgi?id=281354&action=review

>>>> Source/WebKit2/Shared/NativeWebWheelEvent.h:55
>>>> +    NativeWebWheelEvent(GdkEvent*, WebWheelEvent::Phase, WebWheelEvent::Phase momentumPhase);
>>> 
>>> Maybe instead of adding a new constructor we could add the phase parameters with default values
>> 
>> I am not sure this would work as we need to pass the phase/momentumPhase when creating the events from GestureController. I even added a fix in my patch to make this work fine with gtk<3.20 (is_stop issue when copying).
> 
> And what is the problem? I'm proposing to have a single constructor with the parameters having default values, but you can still call it with other values

Sorry, I misread you, I thought you were proposing to remove this constructor and just use default values :D.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160621/b9df6fa9/attachment.html>


More information about the webkit-unassigned mailing list