Title: [90061] trunk/Source/WebCore
Revision
90061
Author
[email protected]
Date
2011-06-29 16:27:25 -0700 (Wed, 29 Jun 2011)

Log Message

Speculative WinCE build correction after r90057.

* CMakeListsWinCE.txt: Add missing DIBPixelData.cpp to
WinCE build to support setting bitmap image alpha value.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeListsWinCE.txt (90060 => 90061)


--- trunk/Source/WebCore/CMakeListsWinCE.txt	2011-06-29 23:11:59 UTC (rev 90060)
+++ trunk/Source/WebCore/CMakeListsWinCE.txt	2011-06-29 23:27:25 UTC (rev 90061)
@@ -89,6 +89,7 @@
 
     platform/graphics/opentype/OpenTypeUtilities.cpp
 
+    platform/graphics/win/DIBPixelData.cpp
     platform/graphics/win/GDIExtras.cpp
     platform/graphics/win/IconWin.cpp
     platform/graphics/win/ImageWin.cpp

Modified: trunk/Source/WebCore/ChangeLog (90060 => 90061)


--- trunk/Source/WebCore/ChangeLog	2011-06-29 23:11:59 UTC (rev 90060)
+++ trunk/Source/WebCore/ChangeLog	2011-06-29 23:27:25 UTC (rev 90061)
@@ -1,3 +1,10 @@
+2011-06-29  Brent Fulgham  <[email protected]>
+
+        Speculative WinCE build correction after r90057.
+
+        * CMakeListsWinCE.txt: Add missing DIBPixelData.cpp to
+        WinCE build to support setting bitmap image alpha value.
+
 2011-06-29  Simon Fraser  <[email protected]>
 
         Reviewed by Beth Dakin.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to