Title: [185153] trunk/Source/WebCore
Revision
185153
Author
[email protected]
Date
2015-06-03 09:40:35 -0700 (Wed, 03 Jun 2015)

Log Message

More iOS build fixing.

* platform/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (185152 => 185153)


--- trunk/Source/WebCore/ChangeLog	2015-06-03 15:36:41 UTC (rev 185152)
+++ trunk/Source/WebCore/ChangeLog	2015-06-03 16:40:35 UTC (rev 185153)
@@ -1,3 +1,9 @@
+2015-06-03  Alexey Proskuryakov  <[email protected]>
+
+        More iOS build fixing.
+
+        * platform/spi/mac/AVFoundationSPI.h:
+
 2015-06-03  Zalan Bujtas  <[email protected]>
 
         Subpixel rendering: Composited layer with subpixel gap does not get painted properly when its position changes.

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


--- trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2015-06-03 15:36:41 UTC (rev 185152)
+++ trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2015-06-03 16:40:35 UTC (rev 185153)
@@ -64,7 +64,7 @@
 
 #endif
 
-#if !USE(APPLE_INTERNAL_SDK) || __IPHONE_OS_VERSION_MIN_REQUIRED < 90000
+#if !HAVE(AVKIT) || !USE(APPLE_INTERNAL_SDK) || __IPHONE_OS_VERSION_MIN_REQUIRED < 90000
 
 @interface AVPlayerLayer (AVPlayerLayerOptimizedFullscreenModeSupportPrivate)
 - (void)setEnterOptimizedFullscreenModeEnabled:(BOOL)flag;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to