Title: [287734] branches/safari-612.4.9.1-branch/Source/WebKit
- Revision
- 287734
- Author
- [email protected]
- Date
- 2022-01-06 16:36:30 -0800 (Thu, 06 Jan 2022)
Log Message
Cherry-pick r287651. rdar://problem/86338105
Fix the build
* Shared/ios/WebIOSEventFactory.mm:
(WebIOSEventFactory::createWebWheelEvent):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287651 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612.4.9.1-branch/Source/WebKit/ChangeLog (287733 => 287734)
--- branches/safari-612.4.9.1-branch/Source/WebKit/ChangeLog 2022-01-07 00:36:26 UTC (rev 287733)
+++ branches/safari-612.4.9.1-branch/Source/WebKit/ChangeLog 2022-01-07 00:36:30 UTC (rev 287734)
@@ -1,5 +1,24 @@
2022-01-06 Russell Epstein <[email protected]>
+ Cherry-pick r287651. rdar://problem/86338105
+
+ Fix the build
+
+ * Shared/ios/WebIOSEventFactory.mm:
+ (WebIOSEventFactory::createWebWheelEvent):
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287651 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2022-01-05 Tim Horton <[email protected]>
+
+ Fix the build
+
+ * Shared/ios/WebIOSEventFactory.mm:
+ (WebIOSEventFactory::createWebWheelEvent):
+
+2022-01-06 Russell Epstein <[email protected]>
+
Cherry-pick r287641. rdar://problem/86338105
Momentum Event Dispatcher: Momentum tails may get truncated if the duration runs longer than the system's
Modified: branches/safari-612.4.9.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm (287733 => 287734)
--- branches/safari-612.4.9.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm 2022-01-07 00:36:26 UTC (rev 287733)
+++ branches/safari-612.4.9.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm 2022-01-07 00:36:30 UTC (rev 287734)
@@ -178,7 +178,8 @@
{ },
timestamp,
timestamp,
- { }
+ { },
+ WebKit::WebWheelEvent::MomentumEndType::Unknown
};
}
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes