Title: [239883] trunk/Source/WebCore
Revision
239883
Author
mmaxfi...@apple.com
Date
2019-01-11 16:39:30 -0800 (Fri, 11 Jan 2019)

Log Message

Fix the build after r239844
https://bugs.webkit.org/show_bug.cgi?id=192991

Unreviewed.

* Modules/webgpu/WHLSL/AST/WHLSLIntegerLiteralType.cpp:
* Modules/webgpu/WHLSL/AST/WHLSLSpecializationConstantSemantic.cpp:
* Modules/webgpu/WHLSL/AST/WHLSLStageInOutSemantic.cpp:
* Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteralType.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (239882 => 239883)


--- trunk/Source/WebCore/ChangeLog	2019-01-12 00:26:06 UTC (rev 239882)
+++ trunk/Source/WebCore/ChangeLog	2019-01-12 00:39:30 UTC (rev 239883)
@@ -1,3 +1,15 @@
+2019-01-11  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Fix the build after r239844
+        https://bugs.webkit.org/show_bug.cgi?id=192991
+
+        Unreviewed.
+
+        * Modules/webgpu/WHLSL/AST/WHLSLIntegerLiteralType.cpp:
+        * Modules/webgpu/WHLSL/AST/WHLSLSpecializationConstantSemantic.cpp:
+        * Modules/webgpu/WHLSL/AST/WHLSLStageInOutSemantic.cpp:
+        * Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteralType.cpp:
+
 2019-01-11  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] Precision drop state thrashes when dragging near the top edge of an editable element

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLIntegerLiteralType.cpp (239882 => 239883)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLIntegerLiteralType.cpp	2019-01-12 00:26:06 UTC (rev 239882)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLIntegerLiteralType.cpp	2019-01-12 00:39:30 UTC (rev 239883)
@@ -28,6 +28,9 @@
 
 #if ENABLE(WEBGPU)
 
+#include "WHLSLTypeArgument.h"
+#include "WHLSLTypeReference.h"
+
 namespace WebCore {
 
 namespace WHLSL {

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLSpecializationConstantSemantic.cpp (239882 => 239883)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLSpecializationConstantSemantic.cpp	2019-01-12 00:26:06 UTC (rev 239882)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLSpecializationConstantSemantic.cpp	2019-01-12 00:39:30 UTC (rev 239883)
@@ -28,6 +28,7 @@
 
 #if ENABLE(WEBGPU)
 
+#include "WHLSLNativeTypeDeclaration.h"
 #include "WHLSLTypeReference.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLStageInOutSemantic.cpp (239882 => 239883)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLStageInOutSemantic.cpp	2019-01-12 00:26:06 UTC (rev 239882)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLStageInOutSemantic.cpp	2019-01-12 00:39:30 UTC (rev 239883)
@@ -31,6 +31,7 @@
 #include "WHLSLArrayType.h"
 #include "WHLSLEnumerationDefinition.h"
 #include "WHLSLFunctionDefinition.h"
+#include "WHLSLNativeTypeDeclaration.h"
 #include "WHLSLTypeReference.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteralType.cpp (239882 => 239883)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteralType.cpp	2019-01-12 00:26:06 UTC (rev 239882)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteralType.cpp	2019-01-12 00:39:30 UTC (rev 239883)
@@ -28,6 +28,8 @@
 
 #if ENABLE(WEBGPU)
 
+#include "WHLSLTypeArgument.h"
+#include "WHLSLTypeReference.h"
 #include <wtf/UniqueRef.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to