Title: [110503] trunk/Source/WebCore
Revision
110503
Author
[email protected]
Date
2012-03-12 16:43:01 -0700 (Mon, 12 Mar 2012)

Log Message

More Windows build fixing.

Use fully qualified paths for WTF headers.

* platform/graphics/cg/ImageSourceCGWin.cpp:
* platform/graphics/win/UniscribeController.h:
* platform/win/DragImageCGWin.cpp:
* platform/win/DragImageCairoWin.cpp:
* platform/win/DragImageWin.cpp:
* rendering/RenderThemeSafari.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (110502 => 110503)


--- trunk/Source/WebCore/ChangeLog	2012-03-12 23:40:19 UTC (rev 110502)
+++ trunk/Source/WebCore/ChangeLog	2012-03-12 23:43:01 UTC (rev 110503)
@@ -1,3 +1,16 @@
+2012-03-12  Jessie Berlin  <[email protected]>
+
+        More Windows build fixing.
+
+        Use fully qualified paths for WTF headers.
+
+        * platform/graphics/cg/ImageSourceCGWin.cpp:
+        * platform/graphics/win/UniscribeController.h:
+        * platform/win/DragImageCGWin.cpp:
+        * platform/win/DragImageCairoWin.cpp:
+        * platform/win/DragImageWin.cpp:
+        * rendering/RenderThemeSafari.cpp:
+
 2012-03-12  Mark Pilgrim  <[email protected]>
 
         Move DirectoryEntry and DirectoryReader to new Modules/filesystem/ directory

Modified: trunk/Source/WebCore/platform/graphics/cg/ImageSourceCGWin.cpp (110502 => 110503)


--- trunk/Source/WebCore/platform/graphics/cg/ImageSourceCGWin.cpp	2012-03-12 23:40:19 UTC (rev 110502)
+++ trunk/Source/WebCore/platform/graphics/cg/ImageSourceCGWin.cpp	2012-03-12 23:43:01 UTC (rev 110503)
@@ -26,8 +26,8 @@
 #include "config.h"
 #include "ImageSourceCG.h"
 
-#include "StdLibExtras.h" 
 #include <wtf/HashMap.h>
+#include <wtf/StdLibExtras.h>
 #include <wtf/text/StringHash.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/graphics/win/UniscribeController.h (110502 => 110503)


--- trunk/Source/WebCore/platform/graphics/win/UniscribeController.h	2012-03-12 23:40:19 UTC (rev 110502)
+++ trunk/Source/WebCore/platform/graphics/win/UniscribeController.h	2012-03-12 23:43:01 UTC (rev 110503)
@@ -29,7 +29,7 @@
 #include <usp10.h>
 #include "Font.h"
 #include "GlyphBuffer.h"
-#include "Vector.h"
+#include <wtf/Vector.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/platform/win/DragImageCGWin.cpp (110502 => 110503)


--- trunk/Source/WebCore/platform/win/DragImageCGWin.cpp	2012-03-12 23:40:19 UTC (rev 110502)
+++ trunk/Source/WebCore/platform/win/DragImageCGWin.cpp	2012-03-12 23:43:01 UTC (rev 110503)
@@ -31,9 +31,9 @@
 #include "GraphicsContextCG.h"
 #include "HWndDC.h"
 #include "Image.h"
-#include "RetainPtr.h"
 
 #include <CoreGraphics/CoreGraphics.h>
+#include <wtf/RetainPtr.h>
 
 #include <windows.h>
 

Modified: trunk/Source/WebCore/platform/win/DragImageCairoWin.cpp (110502 => 110503)


--- trunk/Source/WebCore/platform/win/DragImageCairoWin.cpp	2012-03-12 23:40:19 UTC (rev 110502)
+++ trunk/Source/WebCore/platform/win/DragImageCairoWin.cpp	2012-03-12 23:43:01 UTC (rev 110503)
@@ -31,7 +31,7 @@
 #include "GraphicsContext.h"
 #include "GraphicsContextPlatformPrivateCairo.h"
 #include "Image.h"
-#include "RetainPtr.h"
+#include <wtf/RetainPtr.h>
 #include <cairo-win32.h>
 #include <windows.h>
 

Modified: trunk/Source/WebCore/platform/win/DragImageWin.cpp (110502 => 110503)


--- trunk/Source/WebCore/platform/win/DragImageWin.cpp	2012-03-12 23:40:19 UTC (rev 110502)
+++ trunk/Source/WebCore/platform/win/DragImageWin.cpp	2012-03-12 23:43:01 UTC (rev 110503)
@@ -35,11 +35,11 @@
 #include "GraphicsContext.h"
 #include "HWndDC.h"
 #include "Image.h"
-#include "RetainPtr.h"
 #include "Settings.h"
 #include "StringTruncator.h"
 #include "TextRun.h"
 #include "WebCoreTextRenderer.h"
+#include <wtf/RetainPtr.h>
 
 #include <windows.h>
 

Modified: trunk/Source/WebCore/rendering/RenderThemeSafari.cpp (110502 => 110503)


--- trunk/Source/WebCore/rendering/RenderThemeSafari.cpp	2012-03-12 23:40:19 UTC (rev 110502)
+++ trunk/Source/WebCore/rendering/RenderThemeSafari.cpp	2012-03-12 23:43:01 UTC (rev 110503)
@@ -40,10 +40,10 @@
 #include "RenderMediaControls.h"
 #include "RenderSlider.h"
 #include "RenderView.h"
-#include "RetainPtr.h"
 #include "SoftLinking.h"
 #include "cssstyleselector.h"
 #include <CoreGraphics/CoreGraphics.h>
+#include <wtf/RetainPtr.h>
  
 using std::min;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to