Title: [294870] trunk/Source

Diff

Modified: trunk/Source/WebCore/platform/graphics/filters/software/FEConvolveMatrixSoftwareApplier.h (294869 => 294870)


--- trunk/Source/WebCore/platform/graphics/filters/software/FEConvolveMatrixSoftwareApplier.h	2022-05-26 05:21:11 UTC (rev 294869)
+++ trunk/Source/WebCore/platform/graphics/filters/software/FEConvolveMatrixSoftwareApplier.h	2022-05-26 05:36:21 UTC (rev 294870)
@@ -26,6 +26,7 @@
 #include "FilterEffectApplier.h"
 #include "IntPoint.h"
 #include "IntSize.h"
+#include "PixelBuffer.h"
 #include <_javascript_Core/TypedArrayAdaptersForwardDeclarations.h>
 #include <wtf/Vector.h>
 

Modified: trunk/Source/WebCore/platform/graphics/filters/software/FEGaussianBlurSoftwareApplier.h (294869 => 294870)


--- trunk/Source/WebCore/platform/graphics/filters/software/FEGaussianBlurSoftwareApplier.h	2022-05-26 05:21:11 UTC (rev 294869)
+++ trunk/Source/WebCore/platform/graphics/filters/software/FEGaussianBlurSoftwareApplier.h	2022-05-26 05:36:21 UTC (rev 294870)
@@ -24,6 +24,7 @@
 
 #include "FilterEffectApplier.h"
 #include "IntSize.h"
+#include "PixelBuffer.h"
 #include <_javascript_Core/Forward.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/graphics/filters/software/FEMorphologySoftwareApplier.h (294869 => 294870)


--- trunk/Source/WebCore/platform/graphics/filters/software/FEMorphologySoftwareApplier.h	2022-05-26 05:21:11 UTC (rev 294869)
+++ trunk/Source/WebCore/platform/graphics/filters/software/FEMorphologySoftwareApplier.h	2022-05-26 05:36:21 UTC (rev 294870)
@@ -25,6 +25,7 @@
 #include "ColorComponents.h"
 #include "ColorTypes.h"
 #include "FilterEffectApplier.h"
+#include "PixelBuffer.h"
 #include <_javascript_Core/Forward.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/graphics/filters/software/FETurbulenceSoftwareApplier.h (294869 => 294870)


--- trunk/Source/WebCore/platform/graphics/filters/software/FETurbulenceSoftwareApplier.h	2022-05-26 05:21:11 UTC (rev 294869)
+++ trunk/Source/WebCore/platform/graphics/filters/software/FETurbulenceSoftwareApplier.h	2022-05-26 05:36:21 UTC (rev 294870)
@@ -28,6 +28,7 @@
 #include "FilterEffectApplier.h"
 #include "FloatPoint.h"
 #include "IntRect.h"
+#include "PixelBuffer.h"
 #include <_javascript_Core/Forward.h>
 
 namespace WebCore {

Modified: trunk/Source/WebKit/Platform/IPC/SharedBufferReference.h (294869 => 294870)


--- trunk/Source/WebKit/Platform/IPC/SharedBufferReference.h	2022-05-26 05:21:11 UTC (rev 294869)
+++ trunk/Source/WebKit/Platform/IPC/SharedBufferReference.h	2022-05-26 05:36:21 UTC (rev 294870)
@@ -29,6 +29,7 @@
 #pragma once
 
 #include "DataReference.h"
+#include "SharedMemory.h"
 #include <WebCore/SharedBuffer.h>
 #include <optional>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to