Title: [236457] releases/WebKitGTK/webkit-2.22/Source/WebCore
Revision
236457
Author
[email protected]
Date
2018-09-25 07:18:28 -0700 (Tue, 25 Sep 2018)

Log Message

Merge r235536 - Speculative build fix for WPE after r235531.

* platform/graphics/filters/PointLightSource.cpp:
Add missing include.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog (236456 => 236457)


--- releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog	2018-09-25 14:18:19 UTC (rev 236456)
+++ releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog	2018-09-25 14:18:28 UTC (rev 236457)
@@ -1,3 +1,10 @@
+2018-08-30  Ross Kirsling  <[email protected]>
+
+        Speculative build fix for WPE after r235531.
+
+        * platform/graphics/filters/PointLightSource.cpp:
+        Add missing include.
+
 2018-09-22  Adrian Perez de Castro  <[email protected]>
 
         [ARM] Building FELightingNEON.cpp fails due to missing lightVector member

Modified: releases/WebKitGTK/webkit-2.22/Source/WebCore/platform/graphics/filters/PointLightSource.cpp (236456 => 236457)


--- releases/WebKitGTK/webkit-2.22/Source/WebCore/platform/graphics/filters/PointLightSource.cpp	2018-09-25 14:18:19 UTC (rev 236456)
+++ releases/WebKitGTK/webkit-2.22/Source/WebCore/platform/graphics/filters/PointLightSource.cpp	2018-09-25 14:18:28 UTC (rev 236457)
@@ -31,6 +31,7 @@
 #include "config.h"
 #include "PointLightSource.h"
 
+#include "FilterEffect.h"
 #include <wtf/text/TextStream.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to