Title: [264279] trunk/Source/WebCore
Revision
264279
Author
ysuz...@apple.com
Date
2020-07-12 04:25:21 -0700 (Sun, 12 Jul 2020)

Log Message

Unreviewed, fix GTK debian builds

Include <functional> in ExtendedColor.h since it uses std::invoke.

* platform/graphics/ExtendedColor.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (264278 => 264279)


--- trunk/Source/WebCore/ChangeLog	2020-07-12 11:13:16 UTC (rev 264278)
+++ trunk/Source/WebCore/ChangeLog	2020-07-12 11:25:21 UTC (rev 264279)
@@ -1,3 +1,11 @@
+2020-07-12  Yusuke Suzuki  <ysuz...@apple.com>
+
+        Unreviewed, fix GTK debian builds
+
+        Include <functional> in ExtendedColor.h since it uses std::invoke.
+
+        * platform/graphics/ExtendedColor.h:
+
 2020-07-11  Fujii Hironori  <hironori.fu...@sony.com>
 
         [WinCairo] Conic gradients support

Modified: trunk/Source/WebCore/platform/graphics/ExtendedColor.h (264278 => 264279)


--- trunk/Source/WebCore/platform/graphics/ExtendedColor.h	2020-07-12 11:13:16 UTC (rev 264278)
+++ trunk/Source/WebCore/platform/graphics/ExtendedColor.h	2020-07-12 11:25:21 UTC (rev 264279)
@@ -29,6 +29,7 @@
 #include "ColorConversion.h"
 #include "ColorSpace.h"
 #include "ColorTypes.h"
+#include <functional>
 #include <wtf/Ref.h>
 #include <wtf/RefCounted.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to