Title: [230085] trunk/Source/WebCore/platform/graphics/cocoa/WebGLLayer.h
Revision
230085
Author
d...@apple.com
Date
2018-03-29 15:20:54 -0700 (Thu, 29 Mar 2018)

Log Message

iOS build fix.

* platform/graphics/cocoa/WebGLLayer.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/platform/graphics/cocoa/WebGLLayer.h (230084 => 230085)


--- trunk/Source/WebCore/platform/graphics/cocoa/WebGLLayer.h	2018-03-29 21:59:54 UTC (rev 230084)
+++ trunk/Source/WebCore/platform/graphics/cocoa/WebGLLayer.h	2018-03-29 22:20:54 UTC (rev 230085)
@@ -34,6 +34,9 @@
 class GraphicsContext3D;
 }
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+
 #if USE(OPENGL)
 @interface WebGLLayer : CALayer
 #else
@@ -64,3 +67,4 @@
 
 @end
 
+#pragma clang diagnostic pop
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to