Title: [243048] trunk/Source/WebCore
Revision
243048
Author
jer.no...@apple.com
Date
2019-03-16 15:58:09 -0700 (Sat, 16 Mar 2019)

Log Message

Unreviewed unified-build fix; GPUBindGroupMetal uses symbols from the Metal.framework; it should import it.

* platform/graphics/gpu/cocoa/GPUBindGroupMetal.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243047 => 243048)


--- trunk/Source/WebCore/ChangeLog	2019-03-16 22:03:33 UTC (rev 243047)
+++ trunk/Source/WebCore/ChangeLog	2019-03-16 22:58:09 UTC (rev 243048)
@@ -1,5 +1,11 @@
 2019-03-16  Jer Noble  <jer.no...@apple.com>
 
+        Unreviewed unified-build fix; GPUBindGroupMetal uses symbols from the Metal.framework; it should import it.
+
+        * platform/graphics/gpu/cocoa/GPUBindGroupMetal.mm:
+
+2019-03-16  Jer Noble  <jer.no...@apple.com>
+
         Add a new MediaCapabilitiesExtensionsEnabled setting
         https://bugs.webkit.org/show_bug.cgi?id=195843
 

Modified: trunk/Source/WebCore/platform/graphics/gpu/cocoa/GPUBindGroupMetal.mm (243047 => 243048)


--- trunk/Source/WebCore/platform/graphics/gpu/cocoa/GPUBindGroupMetal.mm	2019-03-16 22:03:33 UTC (rev 243047)
+++ trunk/Source/WebCore/platform/graphics/gpu/cocoa/GPUBindGroupMetal.mm	2019-03-16 22:58:09 UTC (rev 243048)
@@ -35,6 +35,7 @@
 #import "GPUSampler.h"
 #import "GPUTexture.h"
 #import "Logging.h"
+#import <Metal/Metal.h>
 #import <wtf/BlockObjCExceptions.h>
 #import <wtf/Optional.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to