Title: [246643] trunk/Source/WebCore
Revision
246643
Author
sbar...@apple.com
Date
2019-06-20 11:28:22 -0700 (Thu, 20 Jun 2019)

Log Message

Unreviewed. More speculative build fixing for watchOS after r246631.

* Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (246642 => 246643)


--- trunk/Source/WebCore/ChangeLog	2019-06-20 18:03:51 UTC (rev 246642)
+++ trunk/Source/WebCore/ChangeLog	2019-06-20 18:28:22 UTC (rev 246643)
@@ -1,5 +1,11 @@
 2019-06-20  Saam Barati  <sbar...@apple.com>
 
+        Unreviewed. More speculative build fixing for watchOS after r246631.
+
+        * Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.cpp:
+
+2019-06-20  Saam Barati  <sbar...@apple.com>
+
         Unreviewed. Speculative build fix for watchOS after r246631.
 
         * Modules/webgpu/WHLSL/WHLSLVisitor.cpp:

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.cpp (246642 => 246643)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.cpp	2019-06-20 18:03:51 UTC (rev 246642)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.cpp	2019-06-20 18:28:22 UTC (rev 246643)
@@ -37,6 +37,8 @@
 #include "WHLSLNativeFunctionDeclaration.h"
 #include "WHLSLNativeTypeDeclaration.h"
 #include "WHLSLPointerType.h"
+#include "WHLSLStructureDefinition.h"
+#include "WHLSLTypeDefinition.h"
 #include "WHLSLTypeNamer.h"
 #include "WHLSLUnnamedType.h"
 #include "WHLSLVariableDeclaration.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to