From 156f2c0e187c0283f026fd356a4b682d4b4eaaa1 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Fri, 21 Nov 2008 23:03:56 +0000 Subject: 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 --- base/gfx/bitmap_platform_device_win.h | 2 +- base/gfx/platform_canvas_win.h | 2 +- base/gfx/platform_device_win.h | 2 +- base/gfx/vector_device.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'base/gfx') 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" -- cgit v1.1