Title: [87943] trunk/Source/WebKit2
Revision
87943
Author
[email protected]
Date
2011-06-02 12:54:06 -0700 (Thu, 02 Jun 2011)

Log Message

Unreviewed WinCairo build correction.

* UIProcess/win/WebView.cpp: Don't include CG file header
when building without CoreGraphics support.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (87942 => 87943)


--- trunk/Source/WebKit2/ChangeLog	2011-06-02 19:45:27 UTC (rev 87942)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-02 19:54:06 UTC (rev 87943)
@@ -1,3 +1,10 @@
+2011-06-02  Brent Fulgham  <[email protected]>
+
+        Unreviewed WinCairo build correction.
+
+        * UIProcess/win/WebView.cpp: Don't include CG file header
+        when building without CoreGraphics support.
+
 2011-06-02  Carlos Garcia Campos  <[email protected]>
 
         Reviewed by Martin Robinson.

Modified: trunk/Source/WebKit2/UIProcess/win/WebView.cpp (87942 => 87943)


--- trunk/Source/WebKit2/UIProcess/win/WebView.cpp	2011-06-02 19:45:27 UTC (rev 87942)
+++ trunk/Source/WebKit2/UIProcess/win/WebView.cpp	2011-06-02 19:54:06 UTC (rev 87943)
@@ -35,7 +35,9 @@
 #include "Region.h"
 #include "RunLoop.h"
 #include "WKAPICast.h"
+#if USE(CG)
 #include "WKCACFViewWindow.h"
+#endif
 #include "WebContext.h"
 #include "WebContextMenuProxyWin.h"
 #include "WebEditCommandProxy.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to