Title: [273376] trunk/Source/WebKit
Revision
273376
Author
carlo...@webkit.org
Date
2021-02-24 01:26:43 -0800 (Wed, 24 Feb 2021)

Log Message

Unreviewed. Fix GTK build with neewer wpe and wpe-fdo

We need to explicitly include wpe.h now.

* UIProcess/API/glib/WebKitProtocolHandler.cpp:
* UIProcess/gtk/AcceleratedBackingStoreWayland.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (273375 => 273376)


--- trunk/Source/WebKit/ChangeLog	2021-02-24 09:20:30 UTC (rev 273375)
+++ trunk/Source/WebKit/ChangeLog	2021-02-24 09:26:43 UTC (rev 273376)
@@ -1,3 +1,12 @@
+2021-02-24  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix GTK build with neewer wpe and wpe-fdo
+
+        We need to explicitly include wpe.h now.
+
+        * UIProcess/API/glib/WebKitProtocolHandler.cpp:
+        * UIProcess/gtk/AcceleratedBackingStoreWayland.cpp:
+
 2021-02-23  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] Add null checks for Node before accessing treeScope() in rangeForPointInRootViewCoordinates

Modified: trunk/Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp (273375 => 273376)


--- trunk/Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp	2021-02-24 09:20:30 UTC (rev 273375)
+++ trunk/Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp	2021-02-24 09:26:43 UTC (rev 273376)
@@ -42,6 +42,7 @@
 #include <gtk/gtk.h>
 
 #if PLATFORM(WAYLAND) && USE(WPE_RENDERER)
+#include <wpe/wpe.h>
 #include <wpe/fdo.h>
 #endif
 #endif

Modified: trunk/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp (273375 => 273376)


--- trunk/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp	2021-02-24 09:20:30 UTC (rev 273375)
+++ trunk/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp	2021-02-24 09:26:43 UTC (rev 273376)
@@ -50,6 +50,7 @@
 #endif
 
 #if USE(WPE_RENDERER)
+#include <wpe/wpe.h>
 #include <wpe/fdo-egl.h>
 #if WPE_FDO_CHECK_VERSION(1, 7, 0)
 #include <wayland-server.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to