Changeset 285914 in webkit
- Timestamp:
- Nov 16, 2021, 8:27:08 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 4 edited
-
CMakeLists.txt (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
-
WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h (modified) (1 diff)
-
WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/CMakeLists.txt
r285637 r285914 51 51 "${WEBKIT_DIR}/Shared/Plugins/Netscape/x11" 52 52 "${WEBKIT_DIR}/Shared/RemoteLayerTree" 53 "${WEBKIT_DIR}/Shared/WebGPU" 53 54 "${WEBKIT_DIR}/Shared/WebsiteData" 54 55 "${WEBKIT_DIR}/Shared/XR" -
trunk/Source/WebKit/ChangeLog
r285912 r285914 1 2021-11-16 Ross Kirsling <ross.kirsling@sony.com> 2 3 Unreviewed, fix WinCairo build following r285881. 4 5 * CMakeLists.txt: 6 * WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h: 7 * WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h: 8 1 9 2021-11-16 Sihui Liu <sihui_liu@apple.com> 2 10 -
trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h
r285881 r285914 29 29 30 30 #include "WebGPUIdentifier.h" 31 #include <pal/graphics/WebGPU/WebGPUCommandEncoderDescriptor.h> 31 32 #include <pal/graphics/WebGPU/WebGPUDevice.h> 32 33 #include <wtf/Deque.h> -
trunk/Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteTextureProxy.h
r285881 r285914 33 33 #include <pal/graphics/WebGPU/WebGPUTextureDimension.h> 34 34 #include <pal/graphics/WebGPU/WebGPUTextureFormat.h> 35 #include <pal/graphics/WebGPU/WebGPUTextureViewDescriptor.h> 35 36 36 37 namespace WebKit::WebGPU {
Note:
See TracChangeset
for help on using the changeset viewer.