Title: [224274] trunk/Source/WebKit
- Revision
- 224274
- Author
- [email protected]
- Date
- 2017-11-01 05:21:07 -0700 (Wed, 01 Nov 2017)
Log Message
REGRESSION(r224192): [WPE] Fix WebEventFactory::createWebWheelEvent
https://bugs.webkit.org/show_bug.cgi?id=179098
Reviewed by Sam Weinig.
* Shared/wpe/WebEventFactory.cpp:
(WebKit::WebEventFactory::createWebWheelEvent):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (224273 => 224274)
--- trunk/Source/WebKit/ChangeLog 2017-11-01 07:57:02 UTC (rev 224273)
+++ trunk/Source/WebKit/ChangeLog 2017-11-01 12:21:07 UTC (rev 224274)
@@ -1,3 +1,13 @@
+2017-11-01 Michael Catanzaro <[email protected]>
+
+ REGRESSION(r224192): [WPE] Fix WebEventFactory::createWebWheelEvent
+ https://bugs.webkit.org/show_bug.cgi?id=179098
+
+ Reviewed by Sam Weinig.
+
+ * Shared/wpe/WebEventFactory.cpp:
+ (WebKit::WebEventFactory::createWebWheelEvent):
+
2017-10-31 Tim Horton <[email protected]>
Clean up some drag and drop feature flags
Modified: trunk/Source/WebKit/Shared/wpe/WebEventFactory.cpp (224273 => 224274)
--- trunk/Source/WebKit/Shared/wpe/WebEventFactory.cpp 2017-11-01 07:57:02 UTC (rev 224273)
+++ trunk/Source/WebKit/Shared/wpe/WebEventFactory.cpp 2017-11-01 12:21:07 UTC (rev 224274)
@@ -157,6 +157,7 @@
case Smooth:
wheelTicks = WebCore::FloatSize(0, event->value / deviceScaleFactor);
delta = wheelTicks;
+ break;
default:
ASSERT_NOT_REACHED();
};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes