Title: [287706] branches/safari-612-branch/Source/WebKit
- Revision
- 287706
- Author
- repst...@apple.com
- Date
- 2022-01-06 11:47:35 -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-branch/Source/WebKit/ChangeLog (287705 => 287706)
--- branches/safari-612-branch/Source/WebKit/ChangeLog 2022-01-06 19:47:31 UTC (rev 287705)
+++ branches/safari-612-branch/Source/WebKit/ChangeLog 2022-01-06 19:47:35 UTC (rev 287706)
@@ -1,5 +1,24 @@
2022-01-06 Russell Epstein <repst...@apple.com>
+ 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 <timothy_hor...@apple.com>
+
+ Fix the build
+
+ * Shared/ios/WebIOSEventFactory.mm:
+ (WebIOSEventFactory::createWebWheelEvent):
+
+2022-01-06 Russell Epstein <repst...@apple.com>
+
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-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm (287705 => 287706)
--- branches/safari-612-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm 2022-01-06 19:47:31 UTC (rev 287705)
+++ branches/safari-612-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm 2022-01-06 19:47:35 UTC (rev 287706)
@@ -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