Title: [208884] trunk/Source/WebCore
Revision
208884
Author
[email protected]
Date
2016-11-18 07:17:36 -0800 (Fri, 18 Nov 2016)

Log Message

Tried to fix some non-macOS builds.
<rdar://problems/29331425&29331438&29331722>

* platform/mac/WebPlaybackControlsManager.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208883 => 208884)


--- trunk/Source/WebCore/ChangeLog	2016-11-18 10:03:18 UTC (rev 208883)
+++ trunk/Source/WebCore/ChangeLog	2016-11-18 15:17:36 UTC (rev 208884)
@@ -1,3 +1,10 @@
+2016-11-18  Dan Bernstein  <[email protected]>
+
+        Tried to fix some non-macOS builds.
+        <rdar://problems/29331425&29331438&29331722>
+
+        * platform/mac/WebPlaybackControlsManager.h:
+
 2016-11-18  Per Arne Vollan  <[email protected]>
 
         [Win32] Start releasing memory earlier when memory is running low.

Modified: trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h (208883 => 208884)


--- trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h	2016-11-18 10:03:18 UTC (rev 208883)
+++ trunk/Source/WebCore/platform/mac/WebPlaybackControlsManager.h	2016-11-18 15:17:36 UTC (rev 208884)
@@ -26,12 +26,12 @@
 #ifndef WebPlaybackControlsManager_h
 #define WebPlaybackControlsManager_h
 
+#if PLATFORM(MAC) && ENABLE(VIDEO_PRESENTATION_MODE)
+
 #import <WebCore/AVKitSPI.h>
 #import <wtf/RetainPtr.h>
 #import <wtf/Vector.h>
 
-#if PLATFORM(MAC) && ENABLE(VIDEO_PRESENTATION_MODE)
-
 namespace WebCore {
 class WebPlaybackSessionInterfaceMac;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to