[webkit-changes] [WebKit/WebKit] 145aa2: Make VisibleContentRectUpdateInfo use generated se...
Ryosuke Niwa
noreply at github.com
Thu Oct 5 21:08:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 145aa2bfa77908606c5440709ddb1cdb588386df
https://github.com/WebKit/WebKit/commit/145aa2bfa77908606c5440709ddb1cdb588386df
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/Shared/VisibleContentRectUpdateInfo.cpp
M Source/WebKit/Shared/VisibleContentRectUpdateInfo.h
A Source/WebKit/Shared/VisibleContentRectUpdateInfo.serialization.in
Log Message:
-----------
Make VisibleContentRectUpdateInfo use generated serialization
https://bugs.webkit.org/show_bug.cgi?id=262739
Reviewed by Alex Christensen.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/VisibleContentRectUpdateInfo.cpp:
(WebKit::VisibleContentRectUpdateInfo::encode const): Deleted.
(WebKit::VisibleContentRectUpdateInfo::decode): Deleted.
* Source/WebKit/Shared/VisibleContentRectUpdateInfo.h:
(WebKit::VisibleContentRectUpdateInfo::VisibleContentRectUpdateInfo):
(WebKit::VisibleContentRectUpdateInfo::layoutViewportRect const):
(WebKit::VisibleContentRectUpdateInfo::scrollVelocity const):
* Source/WebKit/Shared/VisibleContentRectUpdateInfo.serialization.in: Added.
Canonical link: https://commits.webkit.org/268967@main
More information about the webkit-changes
mailing list