Title: [199914] trunk/Source/WebKit2
Revision
199914
Author
ryanhad...@apple.com
Date
2016-04-22 15:05:36 -0700 (Fri, 22 Apr 2016)

Log Message

Fix builds that do not support AVKit

Unreviewed build fix.

* UIProcess/WebPageProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (199913 => 199914)


--- trunk/Source/WebKit2/ChangeLog	2016-04-22 22:02:13 UTC (rev 199913)
+++ trunk/Source/WebKit2/ChangeLog	2016-04-22 22:05:36 UTC (rev 199914)
@@ -1,5 +1,13 @@
 2016-04-22  Ryan Haddad  <ryanhad...@apple.com>
 
+        Fix builds that do not support AVKit
+
+        Unreviewed build fix.
+
+        * UIProcess/WebPageProxy.h:
+
+2016-04-22  Ryan Haddad  <ryanhad...@apple.com>
+
         Take 2 for fixing builds that do not support AVKit
 
         Unreviewed build fix.

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.h (199913 => 199914)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.h	2016-04-22 22:02:13 UTC (rev 199913)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.h	2016-04-22 22:05:36 UTC (rev 199914)
@@ -1551,7 +1551,7 @@
 #if ENABLE(FULLSCREEN_API)
     RefPtr<WebFullScreenManagerProxy> m_fullScreenManager;
 #endif
-#if PLATFORM(IOS) || (PLATFORM(MAC) && ENABLE(VIDEO_PRESENTATION_MODE))
+#if (PLATFORM(IOS) && HAVE(AVKIT)) || (PLATFORM(MAC) && ENABLE(VIDEO_PRESENTATION_MODE))
     RefPtr<WebPlaybackSessionManagerProxy> m_playbackSessionManager;
     RefPtr<WebVideoFullscreenManagerProxy> m_videoFullscreenManager;
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to