Title: [285388] trunk/Source/WebCore
Revision
285388
Author
[email protected]
Date
2021-11-06 17:34:08 -0700 (Sat, 06 Nov 2021)

Log Message

Fix GTK build after r285381.
https://bugs.webkit.org/show_bug.cgi?id=232657

Unreviewed.

No new tests because there is no behavior change.

* Modules/WebGPU/GPUShaderModuleDescriptor.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (285387 => 285388)


--- trunk/Source/WebCore/ChangeLog	2021-11-06 23:58:42 UTC (rev 285387)
+++ trunk/Source/WebCore/ChangeLog	2021-11-07 00:34:08 UTC (rev 285388)
@@ -1,3 +1,14 @@
+2021-11-06  Myles C. Maxfield  <[email protected]>
+
+        Fix GTK build after r285381.
+        https://bugs.webkit.org/show_bug.cgi?id=232657
+
+        Unreviewed.
+
+        No new tests because there is no behavior change.
+
+        * Modules/WebGPU/GPUShaderModuleDescriptor.h:
+
 2021-11-06  Simon Fraser  <[email protected]>
 
         Improve ScrollAnimation logging

Modified: trunk/Source/WebCore/Modules/WebGPU/GPUShaderModuleDescriptor.h (285387 => 285388)


--- trunk/Source/WebCore/Modules/WebGPU/GPUShaderModuleDescriptor.h	2021-11-06 23:58:42 UTC (rev 285387)
+++ trunk/Source/WebCore/Modules/WebGPU/GPUShaderModuleDescriptor.h	2021-11-07 00:34:08 UTC (rev 285388)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "GPUObjectDescriptorBase.h"
 #include <_javascript_Core/JSObject.h>
 #include <_javascript_Core/Strong.h>
 #include <wtf/text/WTFString.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to