Title: [287051] trunk/Source/WebCore
Revision
287051
Author
basuke.suz...@sony.com
Date
2021-12-14 14:38:09 -0800 (Tue, 14 Dec 2021)

Log Message

[Playstation] Fix build break after r286908
https://bugs.webkit.org/show_bug.cgi?id=234311

Unreviewed, build fix for PlayStation platform after r286908.
https://trac.webkit.org/changeset/286908/webkit


* platform/graphics/PlatformVideoColorSpace.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (287050 => 287051)


--- trunk/Source/WebCore/ChangeLog	2021-12-14 22:36:14 UTC (rev 287050)
+++ trunk/Source/WebCore/ChangeLog	2021-12-14 22:38:09 UTC (rev 287051)
@@ -1,3 +1,13 @@
+2021-12-14  Basuke Suzuki  <basuke.suz...@sony.com>
+
+        [Playstation] Fix build break after r286908
+        https://bugs.webkit.org/show_bug.cgi?id=234311
+
+        Unreviewed, build fix for PlayStation platform after r286908.
+        https://trac.webkit.org/changeset/286908/webkit
+
+        * platform/graphics/PlatformVideoColorSpace.h:
+
 2021-12-14  Alex Christensen  <achristen...@webkit.org>
 
         Revert r284816

Modified: trunk/Source/WebCore/platform/graphics/PlatformVideoColorSpace.h (287050 => 287051)


--- trunk/Source/WebCore/platform/graphics/PlatformVideoColorSpace.h	2021-12-14 22:36:14 UTC (rev 287050)
+++ trunk/Source/WebCore/platform/graphics/PlatformVideoColorSpace.h	2021-12-14 22:38:09 UTC (rev 287051)
@@ -28,6 +28,7 @@
 #include "PlatformVideoColorPrimaries.h"
 #include "PlatformVideoMatrixCoefficients.h"
 #include "PlatformVideoTransferCharacteristics.h"
+#include <optional>
 #include <wtf/FastMalloc.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to