WebKit Bugzilla
Attachment 360038 Details for
Bug 193780
: [iOS] Silence MediaPlayer compile warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
mediplayer-compile-warnings-patch.txt (text/plain), 2.44 KB, created by
Eric Carlson
on 2019-01-24 14:25:44 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Eric Carlson
Created:
2019-01-24 14:25:44 PST
Size:
2.44 KB
patch
obsolete
>diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog >index ea49060d585..bf259ee3ade 100644 >--- a/Source/WebCore/PAL/ChangeLog >+++ b/Source/WebCore/PAL/ChangeLog >@@ -1,3 +1,13 @@ >+2019-01-24 Eric Carlson <eric.carlson@apple.com> >+ >+ [iOS] Silence MediaPlayer compile warnings >+ https://bugs.webkit.org/show_bug.cgi?id=193780 >+ <rdar://problem/47518428> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * pal/spi/ios/MediaPlayerSPI.h: >+ > 2019-01-24 Ross Kirsling <ross.kirsling@sony.com> > > Move FileSystem to WTF >diff --git a/Source/WebCore/PAL/pal/spi/ios/MediaPlayerSPI.h b/Source/WebCore/PAL/pal/spi/ios/MediaPlayerSPI.h >index 82c8a207238..dc413aea5bd 100644 >--- a/Source/WebCore/PAL/pal/spi/ios/MediaPlayerSPI.h >+++ b/Source/WebCore/PAL/pal/spi/ios/MediaPlayerSPI.h >@@ -34,6 +34,10 @@ > > #import <MediaPlayer/MPAVRoutingController.h> > >+#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000 >+#import <MediaPlayer/MPMediaControlsConfiguration.h> >+#endif >+ > #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000 && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV) > #import <MediaPlayer/MPMediaControlsViewController.h> > #else >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 82dbac5f8f4..99c06904ec9 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2019-01-24 Eric Carlson <eric.carlson@apple.com> >+ >+ [iOS] Silence MediaPlayer compile warnings >+ https://bugs.webkit.org/show_bug.cgi?id=193780 >+ <rdar://problem/47518428> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/ios/forms/WKAirPlayRoutePicker.mm: >+ > 2019-01-24 John Wilander <wilander@apple.com> > > Add Ad Click Attribution as an internal/experimental feature >diff --git a/Source/WebKit/UIProcess/ios/forms/WKAirPlayRoutePicker.mm b/Source/WebKit/UIProcess/ios/forms/WKAirPlayRoutePicker.mm >index 3fb4a7c1a5c..31f5604420d 100644 >--- a/Source/WebKit/UIProcess/ios/forms/WKAirPlayRoutePicker.mm >+++ b/Source/WebKit/UIProcess/ios/forms/WKAirPlayRoutePicker.mm >@@ -165,6 +165,8 @@ ALLOW_DEPRECATED_DECLARATIONS_END > > #else > >+ALLOW_DEPRECATED_DECLARATIONS_BEGIN >+ > SOFT_LINK_FRAMEWORK(MediaPlayer) > SOFT_LINK_CLASS(MediaPlayer, MPAVRoutingController) > SOFT_LINK_CLASS(MediaPlayer, MPMediaControlsConfiguration) >@@ -230,6 +232,8 @@ typedef NSInteger WKAirPlayRoutePickerRouteSharingPolicy; > > @end > >+ALLOW_DEPRECATED_DECLARATIONS_END >+ > #endif > > #endif // PLATFORM(IOS_FAMILY) && ENABLE(AIRPLAY_PICKER)
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 193780
: 360038