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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 08:07:13 PDT 2019


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

--- Comment #24 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Please fix WPE:

In file included from DerivedSources/WebKit/unified-sources/UnifiedSource-50d0d8dd-5.cpp:4:0:
../../Source/WebKit/Shared/WebEventConversion.cpp: In constructor ‘WebKit::WebKit2PlatformWheelEvent::WebKit2PlatformWheelEvent(const WebKit::WebWheelEvent&)’:
../../Source/WebKit/Shared/WebEventConversion.cpp:161:74: error: ‘const class WebKit::WebWheelEvent’ has no member named ‘phase’
         m_phase = static_cast<WebCore::PlatformWheelEventPhase>(webEvent.phase());
                                                                          ^~~~~
../../Source/WebKit/Shared/WebEventConversion.cpp:162:82: error: ‘const class WebKit::WebWheelEvent’ has no member named ‘momentumPhase’
         m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(webEvent.momentumPhase());
                                                                                  ^~~~~~~~~~~~~

-- 
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/20190719/29e44e6e/attachment.html>


More information about the webkit-unassigned mailing list