Title: [231258] trunk/Source/WebCore/PAL
Revision
231258
Author
[email protected]
Date
2018-05-02 13:26:31 -0700 (Wed, 02 May 2018)

Log Message

[iOS] Provide audio route information when invoking AirPlay picker
https://bugs.webkit.org/show_bug.cgi?id=185199
<rdar://problem/39853103>

Unreviewed build fix.


* pal/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (231257 => 231258)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-05-02 20:22:16 UTC (rev 231257)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-05-02 20:26:31 UTC (rev 231258)
@@ -4,6 +4,16 @@
         https://bugs.webkit.org/show_bug.cgi?id=185199
         <rdar://problem/39853103>
 
+        Unreviewed build fix.
+
+        * pal/spi/mac/AVFoundationSPI.h:
+
+2018-05-02  Eric Carlson  <[email protected]>
+
+        [iOS] Provide audio route information when invoking AirPlay picker
+        https://bugs.webkit.org/show_bug.cgi?id=185199
+        <rdar://problem/39853103>
+
         Reviewed by Jer Noble.
 
         * pal/spi/mac/AVFoundationSPI.h: Add additional AVAudioSession SPI.

Modified: trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h (231257 => 231258)


--- trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h	2018-05-02 20:22:16 UTC (rev 231257)
+++ trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h	2018-05-02 20:26:31 UTC (rev 231258)
@@ -31,6 +31,7 @@
 #if USE(APPLE_INTERNAL_SDK)
 
 #import <AVFoundation/AVAssetCache_Private.h>
+#import <AVFoundation/AVAudioSession_Private.h>
 #import <AVFoundation/AVOutputContext_Private.h>
 #import <AVFoundation/AVPlayerItem_Private.h>
 #import <AVFoundation/AVPlayerLayer_Private.h>
@@ -270,7 +271,9 @@
 
 NS_ASSUME_NONNULL_END
 
-#if PLATFORM(IOS) && !PLATFORM(IOS_SIMULATOR) && !ENABLE(MINIMAL_SIMULATOR)
+#endif // __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
+
+#if !USE(APPLE_INTERNAL_SDK) && PLATFORM(IOS) && !PLATFORM(IOS_SIMULATOR) && !ENABLE(MINIMAL_SIMULATOR)
 NS_ASSUME_NONNULL_BEGIN
 
 @interface AVAudioSession (AVAudioSessionPrivate)
@@ -280,4 +283,3 @@
 NS_ASSUME_NONNULL_END
 #endif
 
-#endif // __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to