Title: [215284] trunk/Source/WebCore
- Revision
- 215284
- Author
- [email protected]
- Date
- 2017-04-12 13:20:04 -0700 (Wed, 12 Apr 2017)
Log Message
Speculative open source build fix.
* platform/spi/cocoa/AVKitSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (215283 => 215284)
--- trunk/Source/WebCore/ChangeLog 2017-04-12 20:04:42 UTC (rev 215283)
+++ trunk/Source/WebCore/ChangeLog 2017-04-12 20:20:04 UTC (rev 215284)
@@ -1,3 +1,9 @@
+2017-04-12 Beth Dakin <[email protected]>
+
+ Speculative open source build fix.
+
+ * platform/spi/cocoa/AVKitSPI.h:
+
2017-04-12 Alex Christensen <[email protected]>
Stop using didReceiveDataArray callback on El Capitan
Modified: trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h (215283 => 215284)
--- trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h 2017-04-12 20:04:42 UTC (rev 215283)
+++ trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h 2017-04-12 20:20:04 UTC (rev 215284)
@@ -176,7 +176,7 @@
NS_ASSUME_NONNULL_BEGIN
-@protocol AVTouchBarPlaybackControlsControlling <NSObject>
+@protocol AVFunctionBarPlaybackControlsControlling <NSObject>
@property (readonly) NSTimeInterval contentDuration;
@property (readonly, nullable) AVValueTiming *timing;
@property (readonly, getter=isSeeking) BOOL seeking;
@@ -186,13 +186,13 @@
@property (readonly) BOOL hasEnabledVideo;
@end
-@interface AVTouchBarPlaybackControlsProvider : NSResponder
+@interface AVFunctionBarPlaybackControlsProvider : NSResponder
@property (strong, readonly, nullable) NSTouchBar *touchBar;
-@property (assign, nullable) id<AVTouchBarPlaybackControlsControlling> playbackControlsController;
+@property (assign, nullable) id<AVFunctionBarPlaybackControlsControlling> playbackControlsController;
@end
-@interface AVTouchBarScrubber : NSView
-@property (assign, nullable) id<AVTouchBarPlaybackControlsControlling> playbackControlsController;
+@interface AVFunctionBarScrubber : NSView
+@property (assign, nullable) id<AVFunctionBarPlaybackControlsControlling> playbackControlsController;
@end
@class AVThumbnail;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes