[webkit-changes] [WebKit/WebKit] 020f29: Port RemoteVideoFrameProxy::Properties to the new ...
Chris Dumez
noreply at github.com
Fri Nov 17 13:26:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 020f297aadfe1e55b3d238dfc7922cfa193ceae3
https://github.com/WebKit/WebKit/commit/020f297aadfe1e55b3d238dfc7922cfa193ceae3
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
M Source/WebKit/WebProcess/GPU/media/RemoteVideoFrameProxy.h
A Source/WebKit/WebProcess/GPU/media/RemoteVideoFrameProxyProperties.h
A Source/WebKit/WebProcess/GPU/media/RemoteVideoFrameProxyProperties.serialization.in
Log Message:
-----------
Port RemoteVideoFrameProxy::Properties to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=264620
Reviewed by Alex Christensen.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/GPU/media/RemoteVideoFrameProxy.h:
(WebKit::RemoteVideoFrameProxy::Properties::encode const): Deleted.
(WebKit::RemoteVideoFrameProxy::Properties::decode): Deleted.
* Source/WebKit/WebProcess/GPU/media/RemoteVideoFrameProxyProperties.h: Added.
* Source/WebKit/WebProcess/GPU/media/RemoteVideoFrameProxyProperties.serialization.in: Added.
Canonical link: https://commits.webkit.org/270575@main
More information about the webkit-changes
mailing list