Title: [291614] trunk/Source/WebCore
Revision
291614
Author
commit-qu...@webkit.org
Date
2022-03-22 07:09:30 -0700 (Tue, 22 Mar 2022)

Log Message

[WPE][GTK] VideoFrameGStreamer missing include after -r291610 refactor
https://bugs.webkit.org/show_bug.cgi?id=238199

Patch by Alejandro G. Castro <a...@igalia.com> on 2022-03-22
Reviewed by Žan Doberšek.

We need to add the define we had in the file before the refactor.

* platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (291613 => 291614)


--- trunk/Source/WebCore/ChangeLog	2022-03-22 13:35:09 UTC (rev 291613)
+++ trunk/Source/WebCore/ChangeLog	2022-03-22 14:09:30 UTC (rev 291614)
@@ -1,3 +1,14 @@
+2022-03-22  Alejandro G. Castro  <a...@igalia.com>
+
+        [WPE][GTK] VideoFrameGStreamer missing include after -r291610 refactor
+        https://bugs.webkit.org/show_bug.cgi?id=238199
+
+        Reviewed by Žan Doberšek.
+
+        We need to add the define we had in the file before the refactor.
+
+        * platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.cpp:
+
 2022-03-22  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK][WPE] Remove the ATK implementation

Modified: trunk/Source/WebCore/platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.cpp (291613 => 291614)


--- trunk/Source/WebCore/platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.cpp	2022-03-22 13:35:09 UTC (rev 291613)
+++ trunk/Source/WebCore/platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.cpp	2022-03-22 14:09:30 UTC (rev 291614)
@@ -47,6 +47,10 @@
 #include "TextureMapperGCGLPlatformLayer.h"
 #endif
 
+#if USE(GSTREAMER) && ENABLE(MEDIA_STREAM)
+#include "VideoFrameGStreamer.h"
+#endif
+
 namespace WebCore {
 
 GraphicsContextGLANGLE::GraphicsContextGLANGLE(GraphicsContextGLAttributes attributes)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to