Title: [290631] trunk/Source/WebCore
Revision
290631
Author
[email protected]
Date
2022-02-28 23:47:58 -0800 (Mon, 28 Feb 2022)

Log Message

[GTK] Unreviewed, non-unified build fix after 247791@main

* platform/graphics/gbm/GBMDevice.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (290630 => 290631)


--- trunk/Source/WebCore/ChangeLog	2022-03-01 07:46:09 UTC (rev 290630)
+++ trunk/Source/WebCore/ChangeLog	2022-03-01 07:47:58 UTC (rev 290631)
@@ -1,3 +1,9 @@
+2022-02-28  Diego Pino Garcia  <[email protected]>
+
+        [GTK] Unreviewed, non-unified build fix after 247791@main
+
+        * platform/graphics/gbm/GBMDevice.h:
+
 2022-02-28  Tyler Wilcock  <[email protected]>
 
         AX: WebKit should ignore empty modals rather than trapping focus inside them

Modified: trunk/Source/WebCore/platform/graphics/gbm/GBMDevice.h (290630 => 290631)


--- trunk/Source/WebCore/platform/graphics/gbm/GBMDevice.h	2022-03-01 07:46:09 UTC (rev 290630)
+++ trunk/Source/WebCore/platform/graphics/gbm/GBMDevice.h	2022-03-01 07:47:58 UTC (rev 290631)
@@ -26,6 +26,8 @@
 
 #pragma once
 
+#include <wtf/Noncopyable.h>
+
 struct gbm_device;
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to