Title: [219152] trunk/Source/WebCore
Revision
219152
Author
simon.fra...@apple.com
Date
2017-07-05 13:27:24 -0700 (Wed, 05 Jul 2017)

Log Message

Try to fix iOS 10.3 public SDK builds.

* platform/spi/cocoa/IOSurfaceSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (219151 => 219152)


--- trunk/Source/WebCore/ChangeLog	2017-07-05 20:21:34 UTC (rev 219151)
+++ trunk/Source/WebCore/ChangeLog	2017-07-05 20:27:24 UTC (rev 219152)
@@ -1,3 +1,9 @@
+2017-07-05  Simon Fraser  <simon.fra...@apple.com>
+
+        Try to fix iOS 10.3 public SDK builds.
+
+        * platform/spi/cocoa/IOSurfaceSPI.h:
+
 2017-07-05  Zalan Bujtas  <za...@apple.com>
 
         REGRESSION (r217522): "Show My Relationship" link in familysearch.org does not work.

Modified: trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h (219151 => 219152)


--- trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h	2017-07-05 20:21:34 UTC (rev 219151)
+++ trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h	2017-07-05 20:27:24 UTC (rev 219152)
@@ -114,6 +114,11 @@
 
 #else
 
+#if __IPHONE_OS_VERSION_MIN_REQUIRED < 110000
+typedef uint32_t IOSurfaceID;
+IOSurfaceID IOSurfaceGetID(IOSurfaceRef);
+#endif
+
 typedef struct __IOSurfaceAccelerator *IOSurfaceAcceleratorRef;
 
 WTF_EXTERN_C_BEGIN
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to