Title: [207142] trunk/Source/WebCore
Revision
207142
Author
[email protected]
Date
2016-10-11 09:20:42 -0700 (Tue, 11 Oct 2016)

Log Message

Unreviewed build fix after r207140.

* PlatformAppleWin.cmake: Add missing compile file.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207141 => 207142)


--- trunk/Source/WebCore/ChangeLog	2016-10-11 16:13:39 UTC (rev 207141)
+++ trunk/Source/WebCore/ChangeLog	2016-10-11 16:20:42 UTC (rev 207142)
@@ -1,3 +1,9 @@
+2016-10-11  Brent Fulgham  <[email protected]>
+
+        Unreviewed build fix after r207140.
+
+        * PlatformAppleWin.cmake: Add missing compile file.
+
 2016-10-10  Brent Fulgham  <[email protected]>
 
         [Win][Direct2D] Add initial Pattern handling implementation

Modified: trunk/Source/WebCore/PlatformAppleWin.cmake (207141 => 207142)


--- trunk/Source/WebCore/PlatformAppleWin.cmake	2016-10-11 16:13:39 UTC (rev 207141)
+++ trunk/Source/WebCore/PlatformAppleWin.cmake	2016-10-11 16:20:42 UTC (rev 207142)
@@ -88,6 +88,7 @@
         platform/graphics/win/ImageDirect2D.cpp
         platform/graphics/win/NativeImageDirect2D.cpp
         platform/graphics/win/PathDirect2D.cpp
+        platform/graphics/win/PatternDirect2D.cpp
         platform/graphics/win/SimpleFontDataDirect2D.cpp
         platform/graphics/win/TextAnalyzerHelper.cpp
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to