Changeset 232842 in webkit


Ignore:
Timestamp:
Jun 14, 2018 10:49:44 AM (6 years ago)
Author:
eric.carlson@apple.com
Message:

[iOS] WebAVPlayerController isPlayingOnSecondScreen should be declared read-write
https://bugs.webkit.org/show_bug.cgi?id=186621
<rdar://problem/40243303>

Reviewed by Jer Noble.

  • platform/ios/WebAVPlayerController.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r232839 r232842  
     12018-06-14  Eric Carlson  <eric.carlson@apple.com>
     2
     3        [iOS] WebAVPlayerController isPlayingOnSecondScreen should be declared read-write
     4        https://bugs.webkit.org/show_bug.cgi?id=186621
     5        <rdar://problem/40243303>
     6
     7        Reviewed by Jer Noble.
     8
     9        * platform/ios/WebAVPlayerController.h:
     10
    1112018-06-13  Zalan Bujtas  <zalan@apple.com>
    212
  • trunk/Source/WebCore/platform/ios/WebAVPlayerController.h

    r231231 r232842  
    8484
    8585@property (readonly, getter=isPlayingOnExternalScreen) BOOL playingOnExternalScreen;
    86 @property (readonly, getter=isPlayingOnSecondScreen) BOOL playingOnSecondScreen;
     86@property (nonatomic, getter=isPlayingOnSecondScreen) BOOL playingOnSecondScreen;
    8787@property (getter=isExternalPlaybackActive) BOOL externalPlaybackActive;
    8888@property AVPlayerControllerExternalPlaybackType externalPlaybackType;
Note: See TracChangeset for help on using the changeset viewer.