Title: [215870] trunk/Source/WebCore
- Revision
- 215870
- Author
- [email protected]
- Date
- 2017-04-27 08:56:47 -0700 (Thu, 27 Apr 2017)
Log Message
Fix the macOS build.
* platform/mac/WebPlaybackControlsManager.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (215869 => 215870)
--- trunk/Source/WebCore/ChangeLog 2017-04-27 15:53:35 UTC (rev 215869)
+++ trunk/Source/WebCore/ChangeLog 2017-04-27 15:56:47 UTC (rev 215870)
@@ -1,3 +1,9 @@
+2017-04-27 Andy Estes <[email protected]>
+
+ Fix the macOS build.
+
+ * platform/mac/WebPlaybackControlsManager.h:
+
2017-04-27 Zalan Bujtas <[email protected]>
Text gets cut off when bailing out of simple line layout with widows.
Modified: trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h (215869 => 215870)
--- trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h 2017-04-27 15:53:35 UTC (rev 215869)
+++ trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h 2017-04-27 15:56:47 UTC (rev 215870)
@@ -65,8 +65,8 @@
@property (getter=isPlaying) BOOL playing;
@property BOOL canTogglePlayback;
@property (nonatomic) float rate;
-@property (nonatomic) BOOL allowsPictureInPicturePlayback;
-@property (nonatomic, getter=isPictureInPictureActive) BOOL pictureInPictureActive;
+@property BOOL allowsPictureInPicturePlayback;
+@property (getter=isPictureInPictureActive) BOOL pictureInPictureActive;
- (AVTouchBarMediaSelectionOption *)currentAudioTouchBarMediaSelectionOption;
- (void)setCurrentAudioTouchBarMediaSelectionOption:(AVTouchBarMediaSelectionOption *)option;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes