Title: [89758] trunk/Source/WebKit2
Revision
89758
Author
[email protected]
Date
2011-06-25 17:36:57 -0700 (Sat, 25 Jun 2011)

Log Message

Unreviewed build correction after r89426.

* Shared/API/c/cairo/WKImageCairo.h: Declare cairo type
  as struct (in keeping with other declarations).
* win/WebKit2.vcproj: Add new WKImageCairo.cpp file to
  WinCairo build.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (89757 => 89758)


--- trunk/Source/WebKit2/ChangeLog	2011-06-26 00:22:12 UTC (rev 89757)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-26 00:36:57 UTC (rev 89758)
@@ -1,5 +1,14 @@
 2011-06-25  Brent Fulgham  <[email protected]>
 
+        Unreviewed build correction after r89426.
+
+        * Shared/API/c/cairo/WKImageCairo.h: Declare cairo type
+          as struct (in keeping with other declarations).
+        * win/WebKit2.vcproj: Add new WKImageCairo.cpp file to
+          WinCairo build.
+
+2011-06-25  Brent Fulgham  <[email protected]>
+
         Unreviewed build correction after r89503.
         See http://trac.webkit.org/changeset/89503. The modifications
         to the WebKit2.def need to be mirrored in WebKit2CFLite.def.

Modified: trunk/Source/WebKit2/Shared/API/c/cairo/WKImageCairo.h (89757 => 89758)


--- trunk/Source/WebKit2/Shared/API/c/cairo/WKImageCairo.h	2011-06-26 00:22:12 UTC (rev 89757)
+++ trunk/Source/WebKit2/Shared/API/c/cairo/WKImageCairo.h	2011-06-26 00:36:57 UTC (rev 89758)
@@ -30,7 +30,7 @@
 #include <WebKit2/WKBase.h>
 #include <WebKit2/WKImage.h>
 
-typedef _cairo_surface cairo_surface_t;
+typedef struct _cairo_surface cairo_surface_t;
 
 #ifdef __cplusplus
 extern "C" {

Modified: trunk/Source/WebKit2/win/WebKit2.vcproj (89757 => 89758)


--- trunk/Source/WebKit2/win/WebKit2.vcproj	2011-06-26 00:22:12 UTC (rev 89757)
+++ trunk/Source/WebKit2/win/WebKit2.vcproj	2011-06-26 00:36:57 UTC (rev 89758)
@@ -1129,6 +1129,50 @@
 						>
 					</File>
 				</Filter>
+				<Filter
+					Name="cairo"
+					>
+					<File
+						RelativePath="..\Shared\API\c\cairo\WKImageCairo.cpp"
+						>
+						<FileConfiguration
+							Name="Debug|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Release|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Debug_All|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+						<FileConfiguration
+							Name="Production|Win32"
+							ExcludedFromBuild="true"
+							>
+							<Tool
+								Name="VCCLCompilerTool"
+							/>
+						</FileConfiguration>
+					</File>
+					<File
+						RelativePath="..\Shared\API\c\cairo\WKImageCairo.h"
+						>
+					</File>
+				</Filter>
 			</Filter>
 			<Filter
 				Name="CoreIPCSupport"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to