[webkit-changes] [WebKit/WebKit] d9a0f6: Non-unified build fixes, mid September 2022 edition
Adrian Perez
noreply at github.com
Sun Sep 18 04:50:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9a0f6a4203678c657178ac297fb181d976ed69a
https://github.com/WebKit/WebKit/commit/d9a0f6a4203678c657178ac297fb181d976ed69a
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2022-09-18 (Sun, 18 Sep 2022)
Changed paths:
M Source/WebCore/css/FontFaceSet.cpp
M Source/WebCore/rendering/RenderView.cpp
M Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp
M Source/WebKit/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h
Log Message:
-----------
Non-unified build fixes, mid September 2022 edition
Unreviewed non-unified build fixes.
* Source/WebCore/css/FontFaceSet.cpp: Add missing Quirks.h header
inclusion.
* Source/WebCore/rendering/RenderView.cpp: Add missing RenderImage.h
header inclusion.
* Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp: Add
using WebCore::FloatSize, the type is used in a few places around,
always without namespace prefix.
* Source/WebKit/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h:
Add missing WebCore/FloatSize.h header inclusion.
Canonical link: https://commits.webkit.org/254603@main
More information about the webkit-changes
mailing list