Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1244a0eb0ca7094c08d454d8981780da502a519d
https://github.com/WebKit/WebKit/commit/1244a0eb0ca7094c08d454d8981780da502a519d
Author: Etienne Segonzac <[email protected]>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M Source/WebKit/Modules/Internal/WebKitInternal.h
M Source/WebKit/UIProcess/Cocoa/WKSeparatedImageView.h
M Source/WebKit/UIProcess/Cocoa/WKSeparatedImageView.mm
Log Message:
-----------
The WKSeparatedImageView class should not be public
https://bugs.webkit.org/show_bug.cgi?id=293623
<rdar://152064738>
Reviewed by Aditya Keerthi and Richard Robinson.
Move the `WKObservingLayer` bit to the objc side so we can properly
transition the Swift bits to using `@objc @implementation` without
making anything public.
* Source/WebKit/Modules/Internal/WebKitInternal.h:
Add WKSeparatedImageView to WebKit internal.
* Source/WebKit/UIProcess/Cocoa/WKSeparatedImageView.h:
* Source/WebKit/UIProcess/Cocoa/WKSeparatedImageView.mm:
(+[WKSeparatedImageView layerClass]):
(-[WKObservingLayer setContents:]):
(-[WKSeparatedImageView layerSeparatedDidChange:]):
(-[WKSeparatedImageView layerWasCleared:]):
Move the WKObservingLayer class and conformance from WKA to here.
Canonical link: https://commits.webkit.org/295476@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