<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#c24">Comment # 24</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&#64;gmail.com" title="Andre Moreira Magalhaes &lt;andrunko&#64;gmail.com&gt;"> <span class="fn">Andre Moreira Magalhaes</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=281354&amp;action=diff" name="attach_281354" title="[GTK] Add kinetic scrolling">attachment 281354</a> <a href="attachment.cgi?id=281354&amp;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&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=281354&amp;action=review</a>

<span class="quote">&gt;&gt; Source/WebKit2/Shared/NativeWebWheelEvent.h:55
&gt;&gt; +    NativeWebWheelEvent(GdkEvent*, WebWheelEvent::Phase, WebWheelEvent::Phase momentumPhase);
&gt; 
&gt; Maybe instead of adding a new constructor we could add the phase parameters with default values</span >

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&lt;3.20 (is_stop issue when copying).

<span class="quote">&gt;&gt; Source/WebKit2/Shared/gtk/WebEventFactory.cpp:165
&gt;&gt; +WebWheelEvent WebEventFactory::createWebWheelEvent(const GdkEvent* event, WebWheelEvent::Phase phase, WebWheelEvent::Phase momentumPhase)
&gt; 
&gt; Here we could probably also keep a single method just with default values for the phases.</span >

Ditto.</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>