Title: [188440] trunk/Source/WebKit/win
Revision
188440
Author
simon.fra...@apple.com
Date
2015-08-13 22:58:13 -0700 (Thu, 13 Aug 2015)

Log Message

Windows build fix.

* FullscreenVideoController.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (188439 => 188440)


--- trunk/Source/WebKit/win/ChangeLog	2015-08-14 05:48:07 UTC (rev 188439)
+++ trunk/Source/WebKit/win/ChangeLog	2015-08-14 05:58:13 UTC (rev 188440)
@@ -1,3 +1,9 @@
+2015-08-13  Simon Fraser  <simon.fra...@apple.com>
+
+        Windows build fix.
+
+        * FullscreenVideoController.cpp:
+
 2015-08-12  Anders Carlsson  <ander...@apple.com>
 
         Use WTF::Optional in WindowFeatures

Modified: trunk/Source/WebKit/win/FullscreenVideoController.cpp (188439 => 188440)


--- trunk/Source/WebKit/win/FullscreenVideoController.cpp	2015-08-14 05:48:07 UTC (rev 188439)
+++ trunk/Source/WebKit/win/FullscreenVideoController.cpp	2015-08-14 05:58:13 UTC (rev 188440)
@@ -39,6 +39,7 @@
 #include <WebCore/GraphicsContext.h>
 #include <WebCore/HWndDC.h>
 #include <WebCore/Page.h>
+#include <WebCore/PlatformCALayerClient.h>
 #include <WebCore/PlatformCALayerWin.h>
 #include <WebCore/TextRun.h>
 #include <WebKitSystemInterface/WebKitSystemInterface.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to