Title: [285914] trunk/Source/WebKit
Revision
285914
Author
ross.kirsl...@sony.com
Date
2021-11-16 20:27:08 -0800 (Tue, 16 Nov 2021)

Log Message

Unreviewed, fix WinCairo build following r285881.


* CMakeLists.txt:
* WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h:
* WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/CMakeLists.txt (285913 => 285914)


--- trunk/Source/WebKit/CMakeLists.txt	2021-11-17 03:14:06 UTC (rev 285913)
+++ trunk/Source/WebKit/CMakeLists.txt	2021-11-17 04:27:08 UTC (rev 285914)
@@ -50,6 +50,7 @@
     "${WEBKIT_DIR}/Shared/Plugins/Netscape"
     "${WEBKIT_DIR}/Shared/Plugins/Netscape/x11"
     "${WEBKIT_DIR}/Shared/RemoteLayerTree"
+    "${WEBKIT_DIR}/Shared/WebGPU"
     "${WEBKIT_DIR}/Shared/WebsiteData"
     "${WEBKIT_DIR}/Shared/XR"
     "${WEBKIT_DIR}/UIProcess"

Modified: trunk/Source/WebKit/ChangeLog (285913 => 285914)


--- trunk/Source/WebKit/ChangeLog	2021-11-17 03:14:06 UTC (rev 285913)
+++ trunk/Source/WebKit/ChangeLog	2021-11-17 04:27:08 UTC (rev 285914)
@@ -1,3 +1,11 @@
+2021-11-16  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Unreviewed, fix WinCairo build following r285881.
+
+        * CMakeLists.txt:
+        * WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h:
+        * WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h:
+
 2021-11-16  Sihui Liu  <sihui_...@apple.com>
 
         Implement FileSystemFileHandle.getFile()

Modified: trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h (285913 => 285914)


--- trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h	2021-11-17 03:14:06 UTC (rev 285913)
+++ trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h	2021-11-17 04:27:08 UTC (rev 285914)
@@ -28,6 +28,7 @@
 #if ENABLE(GPU_PROCESS)
 
 #include "WebGPUIdentifier.h"
+#include <pal/graphics/WebGPU/WebGPUCommandEncoderDescriptor.h>
 #include <pal/graphics/WebGPU/WebGPUDevice.h>
 #include <wtf/Deque.h>
 

Modified: trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h (285913 => 285914)


--- trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h	2021-11-17 03:14:06 UTC (rev 285913)
+++ trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h	2021-11-17 04:27:08 UTC (rev 285914)
@@ -32,6 +32,7 @@
 #include <pal/graphics/WebGPU/WebGPUTexture.h>
 #include <pal/graphics/WebGPU/WebGPUTextureDimension.h>
 #include <pal/graphics/WebGPU/WebGPUTextureFormat.h>
+#include <pal/graphics/WebGPU/WebGPUTextureViewDescriptor.h>
 
 namespace WebKit::WebGPU {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to