WebKit Bugzilla
Attachment 339449 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 build fix
bug-185199-20180503132005.patch (text/plain), 1.50 KB, created by
Eric Carlson
on 2018-05-03 13:20:05 PDT
(
hide
)
Description:
Another build fix
Filename:
MIME Type:
Creator:
Eric Carlson
Created:
2018-05-03 13:20:05 PDT
Size:
1.50 KB
patch
obsolete
>Subversion Revision: 231264 >diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog >index e3eb944805cdfc9915be7ce99a4bdc23317b9504..424e4b486461d97334acfadca3cb09a40185c8d2 100644 >--- a/Source/WebCore/PAL/ChangeLog >+++ b/Source/WebCore/PAL/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-03 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> >+ >+ Another attempt at an unreviewed build fix. >+ >+ * pal/spi/mac/AVFoundationSPI.h: >+ > 2018-05-02 Alex Christensen <achristensen@webkit.org> > > Add WKWebsiteDataStorePrivate._proxyConfiguration SPI >diff --git a/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h b/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >index 772c858290f61d313f3d88f0f55bf747830cbb6a..8e16083082ed639e880761857e5ec3ea55387cc7 100644 >--- a/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >+++ b/Source/WebCore/PAL/pal/spi/mac/AVFoundationSPI.h >@@ -31,7 +31,6 @@ > #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> >@@ -45,6 +44,10 @@ > #import <AVFoundation/AVStreamDataParser.h> > #endif > >+#if PLATFORM(IOS) >+#import <AVFoundation/AVAudioSession_Private.h> >+#endif >+ > #else > > #import <AVFoundation/AVPlayer.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