Title: [235536] trunk/Source/WebCore
- Revision
- 235536
- Author
- [email protected]
- Date
- 2018-08-30 21:17:19 -0700 (Thu, 30 Aug 2018)
Log Message
Speculative build fix for WPE after r235531.
* platform/graphics/filters/PointLightSource.cpp:
Add missing include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (235535 => 235536)
--- trunk/Source/WebCore/ChangeLog 2018-08-31 02:26:26 UTC (rev 235535)
+++ trunk/Source/WebCore/ChangeLog 2018-08-31 04:17:19 UTC (rev 235536)
@@ -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-08-30 Ryosuke Niwa <[email protected]>
Add assignedElements to HTMLSlotElement
Modified: trunk/Source/WebCore/platform/graphics/filters/PointLightSource.cpp (235535 => 235536)
--- trunk/Source/WebCore/platform/graphics/filters/PointLightSource.cpp 2018-08-31 02:26:26 UTC (rev 235535)
+++ trunk/Source/WebCore/platform/graphics/filters/PointLightSource.cpp 2018-08-31 04:17:19 UTC (rev 235536)
@@ -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