Title: [185146] trunk/Source/WebCore
Revision
185146
Author
a...@apple.com
Date
2015-06-02 23:24:24 -0700 (Tue, 02 Jun 2015)

Log Message

iOS build fix

* platform/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (185145 => 185146)


--- trunk/Source/WebCore/ChangeLog	2015-06-03 06:21:03 UTC (rev 185145)
+++ trunk/Source/WebCore/ChangeLog	2015-06-03 06:24:24 UTC (rev 185146)
@@ -1,3 +1,9 @@
+2015-06-02  Alexey Proskuryakov  <a...@apple.com>
+
+        iOS build fix
+
+        * platform/spi/mac/AVFoundationSPI.h:
+
 2015-06-02  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r185128 and r185132.

Modified: trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h (185145 => 185146)


--- trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2015-06-03 06:21:03 UTC (rev 185145)
+++ trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2015-06-03 06:24:24 UTC (rev 185146)
@@ -62,6 +62,10 @@
 
 #import <AVFoundation/AVPlayerLayer.h>
 
+#endif
+
+#if !USE(APPLE_INTERNAL_SDK) || __IPHONE_OS_VERSION_MIN_REQUIRED < 90000
+
 @interface AVPlayerLayer (AVPlayerLayerOptimizedFullscreenModeSupportPrivate)
 - (void)setEnterOptimizedFullscreenModeEnabled:(BOOL)flag;
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to