[webkit-changes] [WebKit/WebKit] d04fd4: Update IPC serialization for LayerTreeContext
Simon Lewis
noreply at github.com
Tue Sep 20 15:01:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d04fd46f576740058cb078ae40c6fad00faf3d16
https://github.com/WebKit/WebKit/commit/d04fd46f576740058cb078ae40c6fad00faf3d16
Author: Simon Lewis <simon.lewis at apple.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/Shared/LayerTreeContext.cpp
M Source/WebKit/Shared/LayerTreeContext.h
A Source/WebKit/Shared/LayerTreeContext.serialization.in
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Update IPC serialization for LayerTreeContext
https://bugs.webkit.org/show_bug.cgi?id=245251
rdar://100000954
Reviewed by Alex Christensen.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/LayerTreeContext.cpp:
(WebKit::LayerTreeContext::encode const): Deleted.
(WebKit::LayerTreeContext::decode): Deleted.
* Source/WebKit/Shared/LayerTreeContext.h:
(WebKit::LayerTreeContext::LayerTreeContext):
* Source/WebKit/Shared/LayerTreeContext.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Continue porting old argument coders over to the new generated
serialized coders.
Canonical link: https://commits.webkit.org/254694@main
More information about the webkit-changes
mailing list