[webkit-changes] [WebKit/WebKit] dcc8e6: VideoFullscreenModelContext::m_manager should be a...
aestes
noreply at github.com
Tue Sep 12 14:05:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dcc8e6fbd44457a866785ce657c1d9804f721c72
https://github.com/WebKit/WebKit/commit/dcc8e6fbd44457a866785ce657c1d9804f721c72
Author: Andy Estes <aestes at apple.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.h
M Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm
Log Message:
-----------
VideoFullscreenModelContext::m_manager should be a WeakPtr
https://bugs.webkit.org/show_bug.cgi?id=261218
rdar://115069669
Reviewed by Jer Noble.
Changed VideoFullscreenModelContext::m_manager from a VideoFullscreenManagerProxy* to a
WeakPtr<VideoFullscreenManagerProxy>. Removed the unused VideoFullscreenModelContext::invalidate()
function.
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.h:
* Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm:
(WebKit::VideoFullscreenModelContext::VideoFullscreenModelContext):
Canonical link: https://commits.webkit.org/267917@main
More information about the webkit-changes
mailing list