Changeset 240461 in webkit


Ignore:
Timestamp:
Jan 24, 2019 6:00:01 PM (5 years ago)
Author:
eric.carlson@apple.com
Message:

[iOS] Silence MediaPlayer compile warnings
https://bugs.webkit.org/show_bug.cgi?id=193780
<rdar://problem/47518428>

Reviewed by Jer Noble.

Source/WebCore/PAL:

  • pal/spi/ios/MediaPlayerSPI.h:

Source/WebKit:

  • UIProcess/ios/forms/WKAirPlayRoutePicker.mm:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r240437 r240461  
     12019-01-24  Eric Carlson  <eric.carlson@apple.com>
     2
     3        [iOS] Silence MediaPlayer compile warnings
     4        https://bugs.webkit.org/show_bug.cgi?id=193780
     5        <rdar://problem/47518428>
     6
     7        Reviewed by Jer Noble.
     8
     9        * pal/spi/ios/MediaPlayerSPI.h:
     10
    1112019-01-24  Ross Kirsling  <ross.kirsling@sony.com>
    212
  • trunk/Source/WebCore/PAL/pal/spi/ios/MediaPlayerSPI.h

    r238688 r240461  
    3434
    3535#import <MediaPlayer/MPAVRoutingController.h>
     36
     37#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 120000
     38#import <MediaPlayer/MPMediaControlsConfiguration.h>
     39#endif
    3640
    3741#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000 && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
  • trunk/Source/WebKit/ChangeLog

    r240453 r240461  
     12019-01-24  Eric Carlson  <eric.carlson@apple.com>
     2
     3        [iOS] Silence MediaPlayer compile warnings
     4        https://bugs.webkit.org/show_bug.cgi?id=193780
     5        <rdar://problem/47518428>
     6
     7        Reviewed by Jer Noble.
     8
     9        * UIProcess/ios/forms/WKAirPlayRoutePicker.mm:
     10
    1112019-01-24  Truitt Savell  <tsavell@apple.com>
    212
  • trunk/Source/WebKit/UIProcess/ios/forms/WKAirPlayRoutePicker.mm

    r238688 r240461  
    166166#else
    167167
     168ALLOW_DEPRECATED_DECLARATIONS_BEGIN
     169
    168170SOFT_LINK_FRAMEWORK(MediaPlayer)
    169171SOFT_LINK_CLASS(MediaPlayer, MPAVRoutingController)
     
    231233@end
    232234
     235ALLOW_DEPRECATED_DECLARATIONS_END
     236
    233237#endif
    234238
Note: See TracChangeset for help on using the changeset viewer.