Title: [215812] trunk/Source/WebCore
Revision
215812
Author
[email protected]
Date
2017-04-26 11:03:25 -0700 (Wed, 26 Apr 2017)

Log Message

Try to fix the macOS Sierra build.

* platform/mac/WebVideoFullscreenInterfaceMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (215811 => 215812)


--- trunk/Source/WebCore/ChangeLog	2017-04-26 17:51:51 UTC (rev 215811)
+++ trunk/Source/WebCore/ChangeLog	2017-04-26 18:03:25 UTC (rev 215812)
@@ -1,5 +1,11 @@
 2017-04-26  Andy Estes  <[email protected]>
 
+        Try to fix the macOS Sierra build.
+
+        * platform/mac/WebVideoFullscreenInterfaceMac.mm:
+
+2017-04-26  Andy Estes  <[email protected]>
+
         [macOS] Add picture-in-picture support to WebPlaybackControlsManager
         https://bugs.webkit.org/show_bug.cgi?id=171328
         <rdar://problem/29875010>

Modified: trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm (215811 => 215812)


--- trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2017-04-26 17:51:51 UTC (rev 215811)
+++ trunk/Source/WebCore/platform/mac/WebVideoFullscreenInterfaceMac.mm	2017-04-26 18:03:25 UTC (rev 215812)
@@ -34,6 +34,7 @@
 #import "MediaTimeAVFoundation.h"
 #import "PIPSPI.h"
 #import "TimeRanges.h"
+#import "WebPlaybackControlsManager.h"
 #import "WebPlaybackSessionInterfaceMac.h"
 #import "WebVideoFullscreenChangeObserver.h"
 #import "WebVideoFullscreenModel.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to