Title: [208651] trunk/Source/WebCore
Revision
208651
Author
[email protected]
Date
2016-11-12 09:40:45 -0800 (Sat, 12 Nov 2016)

Log Message

Tried to fix the 32-bit build.

* platform/mac/WebPlaybackControlsManager.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208650 => 208651)


--- trunk/Source/WebCore/ChangeLog	2016-11-12 17:33:19 UTC (rev 208650)
+++ trunk/Source/WebCore/ChangeLog	2016-11-12 17:40:45 UTC (rev 208651)
@@ -1,7 +1,13 @@
 2016-11-12  Dan Bernstein  <[email protected]>
 
-        Tried to fix the build
+        Tried to fix the 32-bit build.
 
+        * platform/mac/WebPlaybackControlsManager.h:
+
+2016-11-12  Dan Bernstein  <[email protected]>
+
+        Tried to fix the build.
+
         * platform/mac/WebPlaybackControlsManager.h: Declared conformance to
           AVFunctionBarPlaybackControlsControlling, which is expected in WebKit::WebViewImpl.
           Added ivar.
@@ -14,7 +20,7 @@
 
 2016-11-12  Dan Bernstein  <[email protected]>
 
-        Tried to fix the build
+        Tried to fix the build.
 
         * platform/spi/cocoa/NSTouchBarSPI.h: Removed duplicate @interface declarations.
 

Modified: trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h (208650 => 208651)


--- trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h	2016-11-12 17:33:19 UTC (rev 208650)
+++ trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h	2016-11-12 17:40:45 UTC (rev 208651)
@@ -42,7 +42,11 @@
 OBJC_CLASS AVValueTiming;
 
 WEBCORE_EXPORT
-@interface WebPlaybackControlsManager : NSObject <AVFunctionBarPlaybackControlsControlling> {
+@interface WebPlaybackControlsManager : NSObject
+#if ENABLE(WEB_PLAYBACK_CONTROLS_MANAGER)
+    <AVFunctionBarPlaybackControlsControlling>
+#endif
+{
     NSTimeInterval _contentDuration;
 
     RetainPtr<AVValueTiming> _timing;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to