summaryrefslogtreecommitdiffstats
path: root/base/gfx
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-21 23:03:56 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-21 23:03:56 +0000
commit156f2c0e187c0283f026fd356a4b682d4b4eaaa1 (patch)
tree209d254abb43d9ff2cb9a904dd16eed00a85bfb4 /base/gfx
parentbd2e63eed24e8c097be6ea3fb46aa354c638e88e (diff)
downloadchromium_src-156f2c0e187c0283f026fd356a4b682d4b4eaaa1.zip
chromium_src-156f2c0e187c0283f026fd356a4b682d4b4eaaa1.tar.gz
chromium_src-156f2c0e187c0283f026fd356a4b682d4b4eaaa1.tar.bz2
Move skia extensions from the port to skia/ext for Windows only. Fixed the
include guards of the moved files, but nothing else. Review URL: http://codereview.chromium.org/11568 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rw-r--r--base/gfx/bitmap_platform_device_win.h2
-rw-r--r--base/gfx/platform_canvas_win.h2
-rw-r--r--base/gfx/platform_device_win.h2
-rw-r--r--base/gfx/vector_device.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/base/gfx/bitmap_platform_device_win.h b/base/gfx/bitmap_platform_device_win.h
index 566e302..5adfa34 100644
--- a/base/gfx/bitmap_platform_device_win.h
+++ b/base/gfx/bitmap_platform_device_win.h
@@ -7,7 +7,7 @@
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
-#include "webkit/port/platform/graphics/skia/public/BitmapPlatformDeviceWin.h"
+#include "skia/ext/bitmap_platform_device_win.h"
#endif // BASE_GFX_BITMAP_PLATFORM_DEVICE_WIN_H_
diff --git a/base/gfx/platform_canvas_win.h b/base/gfx/platform_canvas_win.h
index 8bd285b..3af1c0d 100644
--- a/base/gfx/platform_canvas_win.h
+++ b/base/gfx/platform_canvas_win.h
@@ -7,7 +7,7 @@
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
-#include "webkit/port/platform/graphics/skia/public/PlatformCanvasWin.h"
+#include "skia/ext/platform_canvas_win.h"
#endif // BASE_GFX_PLATFORM_CANVAS_WIN_H_
diff --git a/base/gfx/platform_device_win.h b/base/gfx/platform_device_win.h
index e39dfe1..3851e60 100644
--- a/base/gfx/platform_device_win.h
+++ b/base/gfx/platform_device_win.h
@@ -7,7 +7,7 @@
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
-#include "webkit/port/platform/graphics/skia/public/PlatformDeviceWin.h"
+#include "skia/ext/platform_device_win.h"
#endif // BASE_GFX_PLATFORM_DEVICE_WIN_H__
diff --git a/base/gfx/vector_device.h b/base/gfx/vector_device.h
index 55fe22e..8ba1724 100644
--- a/base/gfx/vector_device.h
+++ b/base/gfx/vector_device.h
@@ -4,4 +4,4 @@
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
-#include "webkit/port/platform/graphics/skia/public/VectorDevice.h"
+#include "skia/ext/vector_device.h"