WebKit Bugzilla
Attachment 339325 Details for
Bug 185199
: [iOS] Provide audio route information when invoking AirPlay picker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185199-20180502124715.patch (text/plain), 1.83 KB, created by
Eric Carlson
on 2018-05-02 12:47:15 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Eric Carlson
Created:
2018-05-02 12:47:15 PDT
Size:
1.83 KB
patch
obsolete
>Subversion Revision: 231252 >diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog >index f0d821dc58e5bf2c6a34e777d9a8bb6c0eece62f..83255195325afd5f5e5f440956bd52abfa0b6417 100644 >--- a/Source/WebCore/PAL/ChangeLog >+++ b/Source/WebCore/PAL/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-02 Eric Carlson <eric.carlson@apple.com> >+ >+ [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: >+ > 2018-05-02 Eric Carlson <eric.carlson@apple.com> > > [iOS] Provide audio route information when invoking AirPlay picker >diff --git a/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h b/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >index 7693bcd6699e5528f0e1b87af2017f03d706dd6e..772c858290f61d313f3d88f0f55bf747830cbb6a 100644 >--- a/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >+++ b/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >@@ -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_BEGIN > > 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_BEGIN > NS_ASSUME_NONNULL_END > #endif > >-#endif // __has_include(<AVFoundation/AVSampleBufferAudioRenderer.h>)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185199
:
339305
|
339308
|
339312
|
339325
|
339336
|
339342
|
339449