WebKit Bugzilla
Attachment 339342 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]
Another attempted build fix
bug-185199-20180502143539.patch (text/plain), 1.36 KB, created by
Eric Carlson
on 2018-05-02 14:35:40 PDT
(
hide
)
Description:
Another attempted build fix
Filename:
MIME Type:
Creator:
Eric Carlson
Created:
2018-05-02 14:35:40 PDT
Size:
1.36 KB
patch
obsolete
>Subversion Revision: 231259 >diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog >index 83255195325afd5f5e5f440956bd52abfa0b6417..f8649be477bd21b641005bd3107c9ab6e3ee92d2 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, another attempted 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 772c858290f61d313f3d88f0f55bf747830cbb6a..02ec1b9ee9aaae28ed73053a7610964ad207a7dd 100644 >--- a/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >+++ b/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >@@ -274,6 +274,8 @@ NS_ASSUME_NONNULL_END > #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)
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