Title: [232842] trunk/Source/WebCore
Revision
232842
Author
[email protected]
Date
2018-06-14 10:49:44 -0700 (Thu, 14 Jun 2018)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (232841 => 232842)


--- trunk/Source/WebCore/ChangeLog	2018-06-14 17:49:01 UTC (rev 232841)
+++ trunk/Source/WebCore/ChangeLog	2018-06-14 17:49:44 UTC (rev 232842)
@@ -1,3 +1,13 @@
+2018-06-14  Eric Carlson  <[email protected]>
+
+        [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:
+
 2018-06-13  Zalan Bujtas  <[email protected]>
 
         [LFC] Miscellaneous fixes to be able to layout <div> with fixed width/height

Modified: trunk/Source/WebCore/platform/ios/WebAVPlayerController.h (232841 => 232842)


--- trunk/Source/WebCore/platform/ios/WebAVPlayerController.h	2018-06-14 17:49:01 UTC (rev 232841)
+++ trunk/Source/WebCore/platform/ios/WebAVPlayerController.h	2018-06-14 17:49:44 UTC (rev 232842)
@@ -83,7 +83,7 @@
 @property (retain) WebAVMediaSelectionOption *currentLegibleMediaSelectionOption;
 
 @property (readonly, getter=isPlayingOnExternalScreen) BOOL playingOnExternalScreen;
-@property (readonly, getter=isPlayingOnSecondScreen) BOOL playingOnSecondScreen;
+@property (nonatomic, getter=isPlayingOnSecondScreen) BOOL playingOnSecondScreen;
 @property (getter=isExternalPlaybackActive) BOOL externalPlaybackActive;
 @property AVPlayerControllerExternalPlaybackType externalPlaybackType;
 @property (retain) NSString *externalPlaybackAirPlayDeviceLocalizedName;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to