Title: [256825] trunk/Source/WebCore
Revision
256825
Author
commit-qu...@webkit.org
Date
2020-02-18 06:15:41 -0800 (Tue, 18 Feb 2020)

Log Message

[ARM] Build failure on arm due to invalid use of incomplete type 'class WebCore::ImageData' in FEBlendNEON.h
https://bugs.webkit.org/show_bug.cgi?id=207885

Patch by Chris Lord <cl...@igalia.com> on 2020-02-18
Reviewed by Carlos Alberto Lopez Perez.

No new tests, no functional change.

* platform/graphics/cpu/arm/filters/FEBlendNEON.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (256824 => 256825)


--- trunk/Source/WebCore/ChangeLog	2020-02-18 11:13:10 UTC (rev 256824)
+++ trunk/Source/WebCore/ChangeLog	2020-02-18 14:15:41 UTC (rev 256825)
@@ -1,3 +1,14 @@
+2020-02-18  Chris Lord  <cl...@igalia.com>
+
+        [ARM] Build failure on arm due to invalid use of incomplete type 'class WebCore::ImageData' in FEBlendNEON.h
+        https://bugs.webkit.org/show_bug.cgi?id=207885
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        No new tests, no functional change.
+
+        * platform/graphics/cpu/arm/filters/FEBlendNEON.h:
+
 2020-02-13  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [WPE] Add support for rendering progress bars

Modified: trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h (256824 => 256825)


--- trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h	2020-02-18 11:13:10 UTC (rev 256824)
+++ trunk/Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNEON.h	2020-02-18 14:15:41 UTC (rev 256825)
@@ -31,6 +31,7 @@
 #if HAVE(ARM_NEON_INTRINSICS)
 
 #include "FEBlend.h"
+#include "ImageData.h"
 #include <arm_neon.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to