Title: [197217] trunk/Source/WebCore
Revision
197217
Author
[email protected]
Date
2016-02-26 15:51:42 -0800 (Fri, 26 Feb 2016)

Log Message

Attempted 32-bit build fix.

* platform/mac/WebVideoFullscreenInterfaceMac.mm:
(-[WebPlaybackControlsManager initWithWebVideoFullscreenInterfaceMac:]):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (197216 => 197217)


--- trunk/Source/WebCore/ChangeLog	2016-02-26 23:41:01 UTC (rev 197216)
+++ trunk/Source/WebCore/ChangeLog	2016-02-26 23:51:42 UTC (rev 197217)
@@ -1,3 +1,10 @@
+2016-02-26  Beth Dakin  <[email protected]>
+
+        Attempted 32-bit build fix.
+
+        * platform/mac/WebVideoFullscreenInterfaceMac.mm:
+        (-[WebPlaybackControlsManager initWithWebVideoFullscreenInterfaceMac:]):
+
 2016-02-26  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r197160.

Modified: trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm (197216 => 197217)


--- trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2016-02-26 23:41:01 UTC (rev 197216)
+++ trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2016-02-26 23:51:42 UTC (rev 197217)
@@ -72,6 +72,14 @@
 
 @implementation WebPlaybackControlsManager
 
+@synthesize contentDuration;
+@synthesize timing;
+@synthesize seekToTime;
+@synthesize seekableTimeRanges;
+@synthesize hasEnabledAudio;
+@synthesize hasEnabledVideo;
+@synthesize rate;
+
 - (instancetype)initWithWebVideoFullscreenInterfaceMac:(WebCore::WebVideoFullscreenInterfaceMac*)webVideoFullscreenInterfaceMac
 {
     if (!(self = [super init]))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to