Title: [287998] trunk/Source/WebCore
- Revision
- 287998
- Author
- [email protected]
- Date
- 2022-01-13 15:47:52 -0800 (Thu, 13 Jan 2022)
Log Message
Non-unified build fixes, mid January 2022 edition
https://bugs.webkit.org/show_bug.cgi?id=235180
Unreviewed non-unified build fixes.
No new tests needed.
* platform/graphics/filters/SourceAlpha.cpp: Add missing ImageBuffer.h header.
* svg/SVGFEPointLightElement.cpp: Add missing FilterEffectVector.h header.
* svg/SVGFESpotLightElement.cpp: Add missing headers FilterEffectVector.h,
GeometryUtilities.h, and ImageBuffer.h.
* svg/graphics/filters/SVGFilterBuilder.h: Add missing FilterEffectVector.h header.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (287997 => 287998)
--- trunk/Source/WebCore/ChangeLog 2022-01-13 23:44:28 UTC (rev 287997)
+++ trunk/Source/WebCore/ChangeLog 2022-01-13 23:47:52 UTC (rev 287998)
@@ -1,3 +1,18 @@
+2022-01-13 Adrian Perez de Castro <[email protected]>
+
+ Non-unified build fixes, mid January 2022 edition
+ https://bugs.webkit.org/show_bug.cgi?id=235180
+
+ Unreviewed non-unified build fixes.
+
+ No new tests needed.
+
+ * platform/graphics/filters/SourceAlpha.cpp: Add missing ImageBuffer.h header.
+ * svg/SVGFEPointLightElement.cpp: Add missing FilterEffectVector.h header.
+ * svg/SVGFESpotLightElement.cpp: Add missing headers FilterEffectVector.h,
+ GeometryUtilities.h, and ImageBuffer.h.
+ * svg/graphics/filters/SVGFilterBuilder.h: Add missing FilterEffectVector.h header.
+
2022-01-13 Chris Dumez <[email protected]>
Implement HTMLScriptElement.supports(type) method
Modified: trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp (287997 => 287998)
--- trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp 2022-01-13 23:44:28 UTC (rev 287997)
+++ trunk/Source/WebCore/platform/graphics/filters/SourceAlpha.cpp 2022-01-13 23:47:52 UTC (rev 287998)
@@ -21,6 +21,7 @@
#include "config.h"
#include "SourceAlpha.h"
+#include "ImageBuffer.h"
#include "SourceAlphaSoftwareApplier.h"
#include <wtf/text/TextStream.h>
Modified: trunk/Source/WebCore/svg/SVGFEPointLightElement.cpp (287997 => 287998)
--- trunk/Source/WebCore/svg/SVGFEPointLightElement.cpp 2022-01-13 23:44:28 UTC (rev 287997)
+++ trunk/Source/WebCore/svg/SVGFEPointLightElement.cpp 2022-01-13 23:47:52 UTC (rev 287998)
@@ -20,6 +20,7 @@
#include "config.h"
#include "SVGFEPointLightElement.h"
+#include "FilterEffectVector.h"
#include "GeometryUtilities.h"
#include "ImageBuffer.h"
#include "PointLightSource.h"
Modified: trunk/Source/WebCore/svg/SVGFESpotLightElement.cpp (287997 => 287998)
--- trunk/Source/WebCore/svg/SVGFESpotLightElement.cpp 2022-01-13 23:44:28 UTC (rev 287997)
+++ trunk/Source/WebCore/svg/SVGFESpotLightElement.cpp 2022-01-13 23:47:52 UTC (rev 287998)
@@ -20,6 +20,9 @@
#include "config.h"
#include "SVGFESpotLightElement.h"
+#include "FilterEffectVector.h"
+#include "GeometryUtilities.h"
+#include "ImageBuffer.h"
#include "SVGFilterBuilder.h"
#include "SVGNames.h"
#include "SpotLightSource.h"
Modified: trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h (287997 => 287998)
--- trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h 2022-01-13 23:44:28 UTC (rev 287997)
+++ trunk/Source/WebCore/svg/graphics/filters/SVGFilterBuilder.h 2022-01-13 23:47:52 UTC (rev 287998)
@@ -22,6 +22,7 @@
#pragma once
#include "FilterEffect.h"
+#include "FilterEffectVector.h"
#include "SVGFilterExpression.h"
#include "SVGUnitTypes.h"
#include <wtf/HashMap.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes