Skip to content

Commit

Permalink
Non-unified build fixes, early March 2024 edition
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270719

Unreviewed non-unified build fix.

* Source/JavaScriptCore/jit/JITSizeStatistics.cpp:
* Source/WebCore/Modules/model-element/ModelPlayerClient.h:
* Source/WebCore/css/CSSCrossfadeValue.h:
* Source/WebCore/css/CSSImageSetOptionValue.cpp:
* Source/WebCore/css/CSSImageSetOptionValue.h:
* Source/WebCore/css/CSSReflectValue.cpp:
* Source/WebCore/css/CSSReflectValue.h:
* Source/WebCore/css/CSSShadowValue.h:
* Source/WebCore/css/CSSValuePair.cpp:
* Source/WebCore/css/CSSValuePair.h:
* Source/WebCore/dom/SlotAssignment.h:
* Source/WebCore/dom/TrustedType.cpp:
* Source/WebCore/rendering/svg/RenderSVGPath.cpp:
* Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp:
* Source/WebCore/rendering/svg/RenderSVGResourceMarker.cpp:
* Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp:
* Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp:
* Source/WebKit/GPUProcess/graphics/RemoteImageBufferSet.cpp:
* Source/WebKit/Shared/WebGPU/WebGPURenderPassDepthStencilAttachment.cpp:
* Source/WebKit/UIProcess/BrowsingContextGroup.cpp:
* Source/WebKit/UIProcess/FrameProcess.cpp:
* Source/WebKit/UIProcess/ProvisionalPageProxy.cpp:

Canonical link: https://commits.webkit.org/275863@main
  • Loading branch information
donny-dont committed Mar 9, 2024
1 parent 1bcbaf6 commit 38c6eca
Show file tree
Hide file tree
Showing 22 changed files with 30 additions and 11 deletions.
1 change: 1 addition & 0 deletions Source/JavaScriptCore/jit/JITSizeStatistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#if ENABLE(JIT)

#include "CCallHelpers.h"
#include "JITPlan.h"
#include "LinkBuffer.h"
#include <wtf/BubbleSort.h>
#include <wtf/TZoneMallocInlines.h>
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/Modules/model-element/ModelPlayerClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#pragma once

#include "LayerHostingContextIdentifier.h"
#include "PlatformLayerIdentifier.h"
#include <wtf/Forward.h>
#include <wtf/WeakPtr.h>
Expand Down
3 changes: 2 additions & 1 deletion Source/WebCore/css/CSSCrossfadeValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@

#pragma once

#include "CSSPrimitiveValue.h"
#include "CSSValue.h"
#include <wtf/Function.h>

namespace WebCore {

class CSSPrimitiveValue;
class StyleImage;

namespace Style {
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/CSSImageSetOptionValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "CSSImageSetOptionValue.h"

#include "CSSImageValue.h"
#include "CSSPrimitiveValue.h"

namespace WebCore {

Expand Down
4 changes: 2 additions & 2 deletions Source/WebCore/css/CSSImageSetOptionValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

#pragma once

#include "CSSPrimitiveValue.h"
#include "CSSValue.h"
#include <wtf/Function.h>
#include <wtf/text/WTFString.h>

namespace WebCore {

class CSSPrimitiveValue;

class CSSImageSetOptionValue final : public CSSValue {
public:
static Ref<CSSImageSetOptionValue> create(Ref<CSSValue>&&);
Expand Down
2 changes: 0 additions & 2 deletions Source/WebCore/css/CSSReflectValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#include "config.h"
#include "CSSReflectValue.h"

#include "CSSPrimitiveValue.h"

namespace WebCore {

CSSReflectValue::CSSReflectValue(CSSValueID direction, Ref<CSSPrimitiveValue> offset, RefPtr<CSSValue> mask)
Expand Down
4 changes: 2 additions & 2 deletions Source/WebCore/css/CSSReflectValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@

#pragma once

#include "CSSPrimitiveValue.h"
#include "CSSValue.h"
#include <wtf/Function.h>

namespace WebCore {

class CSSPrimitiveValue;

class CSSReflectValue final : public CSSValue {
public:
static Ref<CSSReflectValue> create(CSSValueID direction, Ref<CSSPrimitiveValue> offset, RefPtr<CSSValue> mask);
Expand Down
4 changes: 2 additions & 2 deletions Source/WebCore/css/CSSShadowValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

#pragma once

#include "CSSPrimitiveValue.h"
#include "CSSValue.h"
#include <wtf/Function.h>
#include <wtf/RefPtr.h>

namespace WebCore {

class CSSPrimitiveValue;

// Used for text-shadow and box-shadow
class CSSShadowValue final : public CSSValue {
public:
Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/css/CSSValuePair.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "config.h"
#include "CSSValuePair.h"

#include <wtf/Hasher.h>
#include <wtf/text/WTFString.h>

Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/css/CSSValuePair.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#pragma once

#include "CSSValue.h"
#include <wtf/Function.h>

namespace WebCore {

Expand Down
1 change: 1 addition & 0 deletions Source/WebCore/dom/SlotAssignment.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <wtf/HashSet.h>
#include <wtf/Vector.h>
#include <wtf/WeakHashMap.h>
#include <wtf/WeakHashSet.h>
#include <wtf/WeakPtr.h>
#include <wtf/text/AtomString.h>
#include <wtf/text/AtomStringHash.h>
Expand Down
2 changes: 2 additions & 0 deletions Source/WebCore/dom/TrustedType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "ContentSecurityPolicy.h"
#include "Document.h"
#include "JSDOMExceptionHandling.h"
#include "LocalDOMWindow.h"
#include "TrustedTypePolicy.h"
#include "TrustedTypePolicyFactory.h"
#include "WindowOrWorkerGlobalScopeTrustedTypes.h"
Expand All @@ -37,6 +38,7 @@
#include <JavaScriptCore/JSCInlines.h>
#include <JavaScriptCore/JSCJSValueInlines.h>
#include <JavaScriptCore/JSCast.h>
#include <pal/text/TextEncoding.h>

namespace WebCore {
using namespace JSC;
Expand Down
2 changes: 2 additions & 0 deletions Source/WebCore/rendering/svg/RenderSVGPath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
#include "RenderSVGPath.h"

#if ENABLE(LAYER_BASED_SVG_ENGINE)

#include "Gradient.h"
#include "ReferencedSVGResources.h"
#include "RenderLayer.h"
#include "RenderSVGResourceMarkerInlines.h"
#include "RenderSVGShapeInlines.h"
#include "RenderStyleInlines.h"
#include "SVGElementTypeHelpers.h"
#include "SVGMarkerElement.h"
#include "SVGPathElement.h"
#include "SVGSubpathData.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
#include "RenderSVGResourceLinearGradient.h"

#if ENABLE(LAYER_BASED_SVG_ENGINE)

#include "RenderSVGModelObjectInlines.h"
#include "RenderSVGResourceLinearGradientInlines.h"
#include "SVGElementTypeHelpers.h"
#include <wtf/IsoMallocInlines.h>

namespace WebCore {
Expand Down
2 changes: 2 additions & 0 deletions Source/WebCore/rendering/svg/RenderSVGResourceMarker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "RenderSVGResourceMarker.h"

#if ENABLE(LAYER_BASED_SVG_ENGINE)

#include "Element.h"
#include "ElementIterator.h"
#include "FloatPoint.h"
Expand All @@ -34,6 +35,7 @@
#include "RenderLayerInlines.h"
#include "RenderSVGModelObjectInlines.h"
#include "RenderSVGResourceMarkerInlines.h"
#include "SVGElementTypeHelpers.h"
#include "SVGGraphicsElement.h"
#include "SVGLengthContext.h"
#include "SVGRenderStyle.h"
Expand Down
2 changes: 2 additions & 0 deletions Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "RenderSVGResourceMasker.h"

#if ENABLE(LAYER_BASED_SVG_ENGINE)

#include "Element.h"
#include "ElementIterator.h"
#include "FloatPoint.h"
Expand All @@ -33,6 +34,7 @@
#include "RenderSVGModelObjectInlines.h"
#include "RenderSVGResourceMaskerInlines.h"
#include "SVGContainerLayout.h"
#include "SVGElementTypeHelpers.h"
#include "SVGGraphicsElement.h"
#include "SVGLengthContext.h"
#include "SVGRenderStyle.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
#include "RenderSVGResourceRadialGradient.h"

#if ENABLE(LAYER_BASED_SVG_ENGINE)

#include "RenderSVGModelObjectInlines.h"
#include "RenderSVGResourceRadialGradientInlines.h"
#include "RenderSVGShape.h"
#include "SVGElementTypeHelpers.h"
#include <wtf/IsoMallocInlines.h>

namespace WebCore {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKit/GPUProcess/graphics/RemoteImageBufferSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void RemoteImageBufferSet::ensureBufferForDisplay(ImageBufferSetPrepareBufferFor
}

if (!m_frontBuffer) {
ImageBufferCreationContext creationContext;
WebCore::ImageBufferCreationContext creationContext;
#if ENABLE(RE_DYNAMIC_CONTENT_SCALING)
creationContext.dynamicContentScalingResourceCache = ensureDynamicContentScalingResourceCache();
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "WebGPUConvertFromBackingContext.h"
#include "WebGPUConvertToBackingContext.h"
#include <WebCore/WebGPURenderPassDepthStencilAttachment.h>
#include <WebCore/WebGPUTextureView.h>

namespace WebKit::WebGPU {

Expand Down
1 change: 1 addition & 0 deletions Source/WebKit/UIProcess/BrowsingContextGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "PageLoadState.h"
#include "RemotePageProxy.h"
#include "WebFrameProxy.h"
#include "WebPageProxy.h"
#include "WebProcessProxy.h"

namespace WebKit {
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit/UIProcess/FrameProcess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "BrowsingContextGroup.h"
#include "WebPageProxy.h"
#include "WebPreferences.h"
#include "WebProcessProxy.h"

namespace WebKit {

Expand Down
1 change: 1 addition & 0 deletions Source/WebKit/UIProcess/ProvisionalPageProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "BrowsingContextGroup.h"
#include "DrawingAreaProxy.h"
#include "FormDataReference.h"
#include "FrameProcess.h"
#include "GoToBackForwardItemParameters.h"
#include "HandleMessage.h"
#include "LoadedWebArchive.h"
Expand Down

0 comments on commit 38c6eca

Please sign in to comment.