Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e5e28a5fb38ca98f27be4062d01f7a45e3c43cb6 https://github.com/WebKit/WebKit/commit/e5e28a5fb38ca98f27be4062d01f7a45e3c43cb6 Author: Abrar Rahman Protyasha <a_protya...@apple.com> Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths: M Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm Log Message: ----------- CARenderServerRender* APIs are deprecated https://bugs.webkit.org/show_bug.cgi?id=297098 rdar://157581000 Reviewed by Simon Fraser. CARenderServerRender* APIs, used to composite layers onto a destination surface, have been deprecated in recent SDKs. In this patch, we migrate to CARenderServerSnapshot, which is the preferred alternative. * Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h: Removed (now unused) forward declarations, and introduce a few new delcarations. * Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm: (-[WKWebView _takeViewSnapshot]): (-[WKWebView _snapshotRectAfterScreenUpdates:rectInViewCoordinates:intoImageOfWidth:completionHandler:]): Canonical link: https://commits.webkit.org/298375@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes