Title: [199190] trunk/Source/WebCore
Revision
199190
Author
[email protected]
Date
2016-04-07 15:02:30 -0700 (Thu, 07 Apr 2016)

Log Message

Build fix.

* platform/mac/WebVideoFullscreenInterfaceMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (199189 => 199190)


--- trunk/Source/WebCore/ChangeLog	2016-04-07 22:01:34 UTC (rev 199189)
+++ trunk/Source/WebCore/ChangeLog	2016-04-07 22:02:30 UTC (rev 199190)
@@ -1,3 +1,9 @@
+2016-04-07  Beth Dakin  <[email protected]>
+
+        Build fix.
+
+        * platform/mac/WebVideoFullscreenInterfaceMac.mm:
+
 2016-04-07  Chris Dumez  <[email protected]>
 
         [WebIDL] Add support for [EnabledAtRuntime] attributes on non-global objects

Modified: trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm (199189 => 199190)


--- trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2016-04-07 22:01:34 UTC (rev 199189)
+++ trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2016-04-07 22:02:30 UTC (rev 199190)
@@ -48,7 +48,9 @@
 
 using namespace WebCore;
 
-@interface WebAVMediaSelectionOptionMac : NSObject
+@interface WebAVMediaSelectionOptionMac : NSObject {
+    NSString *_localizedDisplayName;
+}
 @property (retain) NSString *localizedDisplayName;
 @end
 
@@ -63,6 +65,11 @@
     NSArray *_seekableTimeRanges;
     BOOL _hasEnabledAudio;
     BOOL _hasEnabledVideo;
+    NSArray<AVMediaSelectionOption *> *_audioMediaSelectionOptions;
+    AVMediaSelectionOption *_currentAudioMediaSelectionOption;
+    NSArray<AVMediaSelectionOption *> *_legibleMediaSelectionOptions;
+    AVMediaSelectionOption *_currentLegibleMediaSelectionOption
+    
     float _rate;
 
 @private
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to