Title: [200333] trunk/Source/WebCore
- Revision
- 200333
- Author
- [email protected]
- Date
- 2016-05-02 12:52:28 -0700 (Mon, 02 May 2016)
Log Message
Fix build.
* platform/mac/WebPlaybackControlsManager.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (200332 => 200333)
--- trunk/Source/WebCore/ChangeLog 2016-05-02 19:47:03 UTC (rev 200332)
+++ trunk/Source/WebCore/ChangeLog 2016-05-02 19:52:28 UTC (rev 200333)
@@ -1,3 +1,9 @@
+2016-05-02 Anders Carlsson <[email protected]>
+
+ Fix build.
+
+ * platform/mac/WebPlaybackControlsManager.h:
+
2016-05-02 Sam Weinig <[email protected]>
DataDetector underline color should be based on the text color
Modified: trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h (200332 => 200333)
--- trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h 2016-05-02 19:47:03 UTC (rev 200332)
+++ trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h 2016-05-02 19:52:28 UTC (rev 200333)
@@ -35,10 +35,15 @@
#if USE(APPLE_INTERNAL_SDK) && ENABLE(WEB_PLAYBACK_CONTROLS_MANAGER)
#import <WebKitAdditions/WebPlaybackControlsControllerAdditions.h>
#else
+#import <wtf/RetainPtr.h>
+#import <wtf/Vector.h>
+OBJC_CLASS AVValueTiming;
+
WEBCORE_EXPORT
@interface WebPlaybackControlsManager : NSObject {
NSTimeInterval _contentDuration;
+
RetainPtr<AVValueTiming> _timing;
RetainPtr<NSArray> _seekableTimeRanges;
BOOL _hasEnabledAudio;
@@ -57,6 +62,9 @@
@property (readwrite) BOOL hasEnabledVideo;
@property (nonatomic) float rate;
+- (void)setAudioMediaSelectionOptions:(const Vector<WTF::String>&)options withSelectedIndex:(NSUInteger)selectedIndex;
+- (void)setLegibleMediaSelectionOptions:(const Vector<WTF::String>&)options withSelectedIndex:(NSUInteger)selectedIndex;
+
@end
#endif // USE(APPLE_INTERNAL_SDK) && ENABLE(WEB_PLAYBACK_CONTROLS_MANAGER)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes