[webkit-changes] [WebKit/WebKit] 68c7f6: Make RemoteScrollingTreeMac a .mm file
Simon Fraser
noreply at github.com
Mon Nov 7 08:37:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 68c7f6ba4fee7075d8d896cac660fa929edb0415
https://github.com/WebKit/WebKit/commit/68c7f6ba4fee7075d8d896cac660fa929edb0415
Author: Simon Fraser <simon.fraser at apple.com>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
M Source/WebKit/SourcesCocoa.txt
R Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingTreeMac.cpp
A Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingTreeMac.mm
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Make RemoteScrollingTreeMac a .mm file
https://bugs.webkit.org/show_bug.cgi?id=247540
Reviewed by Sam Weinig.
Make RemoteScrollingTreeMac an Objective-C++ file (it will need to access CALayers later).
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingTreeMac.mm: Renamed from Source/WebKit/UIProcess/RemoteLayerTree/mac/RemoteScrollingTreeMac.cpp.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/256407@main
More information about the webkit-changes
mailing list