<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Add kinetic scrolling"
href="https://bugs.webkit.org/show_bug.cgi?id=155750#c26">Comment # 26</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Add kinetic scrolling"
href="https://bugs.webkit.org/show_bug.cgi?id=155750">bug 155750</a>
from <span class="vcard"><a class="email" href="mailto:andrunko@gmail.com" title="Andre Moreira Magalhaes <andrunko@gmail.com>"> <span class="fn">Andre Moreira Magalhaes</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=281354&action=diff" name="attach_281354" title="[GTK] Add kinetic scrolling">attachment 281354</a> <a href="attachment.cgi?id=281354&action=edit" title="[GTK] Add kinetic scrolling">[details]</a></span>
[GTK] Add kinetic scrolling
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=281354&action=review">https://bugs.webkit.org/attachment.cgi?id=281354&action=review</a>
<span class="quote">>>>> 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</span >
Sorry, I misread you, I thought you were proposing to remove this constructor and just use default values :D.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>