Title: [224721] trunk/Source/WebCore
Revision
224721
Author
jer.no...@apple.com
Date
2017-11-10 18:45:11 -0800 (Fri, 10 Nov 2017)

Log Message

Unreviewed Win Debug build fix; add FourCC.cpp to the cmake source list for Windows.


* PlatformWin.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224720 => 224721)


--- trunk/Source/WebCore/ChangeLog	2017-11-11 02:35:53 UTC (rev 224720)
+++ trunk/Source/WebCore/ChangeLog	2017-11-11 02:45:11 UTC (rev 224721)
@@ -1,3 +1,9 @@
+2017-11-10  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed Win Debug build fix; add FourCC.cpp to the cmake source list for Windows.
+
+        * PlatformWin.cmake:
+
 2017-11-10  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         [CG] PDF document cached image is regenerated every time the destination rectangle changes

Modified: trunk/Source/WebCore/PlatformWin.cmake (224720 => 224721)


--- trunk/Source/WebCore/PlatformWin.cmake	2017-11-11 02:35:53 UTC (rev 224720)
+++ trunk/Source/WebCore/PlatformWin.cmake	2017-11-11 02:45:11 UTC (rev 224721)
@@ -59,6 +59,7 @@
 
     platform/audio/PlatformMediaSessionManager.cpp
 
+    platform/graphics/FourCC.cpp
     platform/graphics/GraphicsContext3DPrivate.cpp
 
     platform/graphics/egl/GLContextEGL.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to