Title: [188247] trunk/Source/WebCore
Revision
188247
Author
achristen...@apple.com
Date
2015-08-10 21:46:28 -0700 (Mon, 10 Aug 2015)

Log Message

Build fix after r188239.

* PlatformWinCairo.cmake:
MediaPlayerPrivateMediaFoundation is needed on WinCairo with video properly enabled.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188246 => 188247)


--- trunk/Source/WebCore/ChangeLog	2015-08-11 04:25:22 UTC (rev 188246)
+++ trunk/Source/WebCore/ChangeLog	2015-08-11 04:46:28 UTC (rev 188247)
@@ -1,3 +1,10 @@
+2015-08-10  Alex Christensen  <achristen...@webkit.org>
+
+        Build fix after r188239.
+
+        * PlatformWinCairo.cmake:
+        MediaPlayerPrivateMediaFoundation is needed on WinCairo with video properly enabled.
+
 2015-08-10  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Post-review fixup after r188195

Modified: trunk/Source/WebCore/PlatformWinCairo.cmake (188246 => 188247)


--- trunk/Source/WebCore/PlatformWinCairo.cmake	2015-08-11 04:25:22 UTC (rev 188246)
+++ trunk/Source/WebCore/PlatformWinCairo.cmake	2015-08-11 04:46:28 UTC (rev 188247)
@@ -81,6 +81,7 @@
     platform/graphics/win/GraphicsContextCairoWin.cpp
     platform/graphics/win/GraphicsContextWin.cpp
     platform/graphics/win/ImageCairoWin.cpp
+    platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp
     platform/graphics/win/SimpleFontDataCairoWin.cpp
     platform/graphics/win/SimpleFontDataWin.cpp
     platform/graphics/win/TransformationMatrixWin.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to