Title: [231278] trunk/Source/WebCore/PAL
- Revision
- 231278
- Author
- [email protected]
- Date
- 2018-05-02 16:08:20 -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, another attempted build fix.
* pal/spi/mac/AVFoundationSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (231277 => 231278)
--- trunk/Source/WebCore/PAL/ChangeLog 2018-05-02 23:00:19 UTC (rev 231277)
+++ trunk/Source/WebCore/PAL/ChangeLog 2018-05-02 23:08:20 UTC (rev 231278)
@@ -1,3 +1,13 @@
+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>
+
+ Unreviewed, another attempted build fix.
+
+ * pal/spi/mac/AVFoundationSPI.h:
+
2018-05-02 Alex Christensen <[email protected]>
Add WKWebsiteDataStorePrivate._proxyConfiguration SPI
Modified: trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h (231277 => 231278)
--- trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h 2018-05-02 23:00:19 UTC (rev 231277)
+++ trunk/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h 2018-05-02 23:08:20 UTC (rev 231278)
@@ -274,6 +274,8 @@
#endif // __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
#if !USE(APPLE_INTERNAL_SDK) && PLATFORM(IOS) && !PLATFORM(IOS_SIMULATOR) && !ENABLE(MINIMAL_SIMULATOR)
+#import <AVFoundation/AVAudioSession.h>
+
NS_ASSUME_NONNULL_BEGIN
@interface AVAudioSession (AVAudioSessionPrivate)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes