Title: [287651] trunk/Source/WebKit
Revision
287651
Author
timothy_hor...@apple.com
Date
2022-01-05 13:58:06 -0800 (Wed, 05 Jan 2022)

Log Message

Fix the build

* Shared/ios/WebIOSEventFactory.mm:
(WebIOSEventFactory::createWebWheelEvent):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (287650 => 287651)


--- trunk/Source/WebKit/ChangeLog	2022-01-05 21:44:38 UTC (rev 287650)
+++ trunk/Source/WebKit/ChangeLog	2022-01-05 21:58:06 UTC (rev 287651)
@@ -1,3 +1,10 @@
+2022-01-05  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build
+
+        * Shared/ios/WebIOSEventFactory.mm:
+        (WebIOSEventFactory::createWebWheelEvent):
+
 2022-01-05  Per Arne Vollan  <pvol...@apple.com>
 
         [iOS][WP] Unable to consume mach extension

Modified: trunk/Source/WebKit/Shared/ios/WebIOSEventFactory.mm (287650 => 287651)


--- trunk/Source/WebKit/Shared/ios/WebIOSEventFactory.mm	2022-01-05 21:44:38 UTC (rev 287650)
+++ trunk/Source/WebKit/Shared/ios/WebIOSEventFactory.mm	2022-01-05 21:58:06 UTC (rev 287651)
@@ -178,7 +178,8 @@
         { },
         timestamp,
         timestamp,
-        { }
+        { },
+        WebKit::WebWheelEvent::MomentumEndType::Unknown
     };
 }
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to