Title: [139277] trunk/Tools
Revision
139277
Author
pilg...@chromium.org
Date
2013-01-09 19:44:28 -0800 (Wed, 09 Jan 2013)

Log Message

[Chromium] Remove some stray references to WebKitPlatformSupport.h in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=106520

Reviewed by James Robinson.

Part of a larger refactoring series. See tracking bug 82948.

* DumpRenderTree/chromium/WebThemeEngineDRTMac.h:
* DumpRenderTree/chromium/WebThemeEngineDRTMac.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (139276 => 139277)


--- trunk/Tools/ChangeLog	2013-01-10 03:42:58 UTC (rev 139276)
+++ trunk/Tools/ChangeLog	2013-01-10 03:44:28 UTC (rev 139277)
@@ -1,3 +1,15 @@
+2013-01-09  Mark Pilgrim  <pilg...@chromium.org>
+
+        [Chromium] Remove some stray references to WebKitPlatformSupport.h in DumpRenderTree
+        https://bugs.webkit.org/show_bug.cgi?id=106520
+
+        Reviewed by James Robinson.
+
+        Part of a larger refactoring series. See tracking bug 82948.
+
+        * DumpRenderTree/chromium/WebThemeEngineDRTMac.h:
+        * DumpRenderTree/chromium/WebThemeEngineDRTMac.mm:
+
 2013-01-09  Julie Parent  <jpar...@chromium.org>
 
         Dashboard cleanup: Remove code for currentState and window.location.hash getting out of state

Modified: trunk/Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.h (139276 => 139277)


--- trunk/Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.h	2013-01-10 03:42:58 UTC (rev 139276)
+++ trunk/Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.h	2013-01-10 03:44:28 UTC (rev 139277)
@@ -30,7 +30,7 @@
 #ifndef WebThemeEngineDRTMac_h
 #define WebThemeEngineDRTMac_h
 
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/mac/WebThemeEngine.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/mac/WebThemeEngine.h"
 
 class WebThemeEngineDRTMac : public WebKit::WebThemeEngine {
 public:

Modified: trunk/Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.mm (139276 => 139277)


--- trunk/Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.mm	2013-01-10 03:42:58 UTC (rev 139276)
+++ trunk/Tools/DumpRenderTree/chromium/WebThemeEngineDRTMac.mm	2013-01-10 03:44:28 UTC (rev 139277)
@@ -31,8 +31,8 @@
 #include "WebThemeEngineDRTMac.h"
 
 #include "skia/ext/skia_utils_mac.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCanvas.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebCanvas.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h"
 #import <AppKit/NSAffineTransform.h>
 #import <AppKit/NSGraphicsContext.h>
 #import <AppKit/NSScroller.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to