WebKit Bugzilla
Attachment 342734 Details for
Bug 186621
: [iOS] WebAVPlayerController isPlayingOnSecondScreen should be declared read-write
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186621-20180614085614.patch (text/plain), 1.61 KB, created by
Eric Carlson
on 2018-06-14 08:56:14 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Eric Carlson
Created:
2018-06-14 08:56:14 PDT
Size:
1.61 KB
patch
obsolete
>Subversion Revision: 232834 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 8b4845d87b759cf25fc4dbc9cce17f06c1cdcc8f..1f94e27cc9f1cf6b7c6844edf7522eca0648084c 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2018-06-14 Eric Carlson <eric.carlson@apple.com> >+ >+ [iOS] WebAVPlayerController isPlayingOnSecondScreen should be declared read-write >+ https://bugs.webkit.org/show_bug.cgi?id=186621 >+ <rdar://problem/40243303> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * platform/ios/WebAVPlayerController.h: >+ > 2018-06-13 Chris Dumez <cdumez@apple.com> > > Crash under SWServer::unregisterConnection(Connection&) >diff --git a/Source/WebCore/platform/ios/WebAVPlayerController.h b/Source/WebCore/platform/ios/WebAVPlayerController.h >index 38d7daec119f2f491df64a9d0db901d01a04986e..a45346cddc0f475a91a3897b5aa263b7f81c7225 100644 >--- a/Source/WebCore/platform/ios/WebAVPlayerController.h >+++ b/Source/WebCore/platform/ios/WebAVPlayerController.h >@@ -83,7 +83,7 @@ class PlaybackSessionInterfaceAVKit; > @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;
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 186621
: 342734