Title: [293177] trunk/Source/WebCore
Revision
293177
Author
commit-qu...@webkit.org
Date
2022-04-21 10:43:30 -0700 (Thu, 21 Apr 2022)

Log Message

[GBM] Debug build broken
https://bugs.webkit.org/show_bug.cgi?id=239609

Patch by Philippe Normand <pnorm...@igalia.com> on 2022-04-21
Reviewed by Adrian Perez de Castro.

* platform/graphics/gbm/GraphicsContextGLGBM.cpp: Include Logging.h enabling use of logging facilities.

Canonical link: https://commits.webkit.org/249859@main

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (293176 => 293177)


--- trunk/Source/WebCore/ChangeLog	2022-04-21 17:32:58 UTC (rev 293176)
+++ trunk/Source/WebCore/ChangeLog	2022-04-21 17:43:30 UTC (rev 293177)
@@ -1,3 +1,12 @@
+2022-04-21  Philippe Normand  <ph...@igalia.com>
+
+        [GBM] Debug build broken
+        https://bugs.webkit.org/show_bug.cgi?id=239609
+
+        Reviewed by Adrian Perez de Castro.
+
+        * platform/graphics/gbm/GraphicsContextGLGBM.cpp: Include Logging.h enabling use of logging facilities.
+
 2022-04-21  Eric Carlson  <eric.carl...@apple.com>
 
         AVSampleBufferRenderSynchronizer timeline sometimes goes backwards when playback begins

Modified: trunk/Source/WebCore/platform/graphics/gbm/GraphicsContextGLGBM.cpp (293176 => 293177)


--- trunk/Source/WebCore/platform/graphics/gbm/GraphicsContextGLGBM.cpp	2022-04-21 17:32:58 UTC (rev 293176)
+++ trunk/Source/WebCore/platform/graphics/gbm/GraphicsContextGLGBM.cpp	2022-04-21 17:43:30 UTC (rev 293177)
@@ -30,6 +30,7 @@
 #if ENABLE(WEBGL) && USE(LIBGBM) && USE(ANGLE)
 
 #include "ANGLEHeaders.h"
+#include "Logging.h"
 #include "PixelBuffer.h"
 
 #if ENABLE(MEDIA_STREAM)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to