Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 63a3937c4cba16152fa1a7b678364bcf82c5fdb9
https://github.com/WebKit/WebKit/commit/63a3937c4cba16152fa1a7b678364bcf82c5fdb9
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M Source/WebKit/Platform/spi/ios/UIKitSPI.h
M Source/WebKit/UIProcess/ios/ViewGestureControllerIOS.mm
Log Message:
-----------
Stop using -[_UIViewControllerTransitionContext _interactiveUpdateHandler]
https://bugs.webkit.org/show_bug.cgi?id=291713
rdar://147906641
Reviewed by Wenson Hsieh.
This patch drops our use of the named IPI. Instead, we adopt the API
-[UIViewControllerTransitionCoordinator notifyWhenInteractionChangesUsingBlock]
instead.
No new tests, since there is no change in functionality.
* Source/WebKit/Platform/spi/ios/UIKitSPI.h:
Forward declare the `_transitionCoordinator` SPI.
* Source/WebKit/UIProcess/ios/ViewGestureControllerIOS.mm:
(WebKit::ViewGestureController::beginSwipeGesture):
In addition to the adoption, also drop the _interactiveUpdateHandler
forward declaration.
Canonical link: https://commits.webkit.org/293841@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes