diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 20:32:45 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 20:32:45 +0000 |
commit | 98abd85558e19788d971df47690bcb4eb4dd8d98 (patch) | |
tree | 3639cbd4ce1324ce34be603ed36fec0022a438d7 /base/gfx | |
parent | 21ba9918905c5f3f66e3a075944587618da2d52d (diff) | |
download | chromium_src-98abd85558e19788d971df47690bcb4eb4dd8d98.zip chromium_src-98abd85558e19788d971df47690bcb4eb4dd8d98.tar.gz chromium_src-98abd85558e19788d971df47690bcb4eb4dd8d98.tar.bz2 |
Move the platform files form port to skia for Mac only. Hopefully this won't affect other platforms.
Review URL: http://codereview.chromium.org/11357
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rwxr-xr-x | base/gfx/bitmap_platform_device_mac.h | 2 | ||||
-rwxr-xr-x | base/gfx/platform_canvas_mac.h | 2 | ||||
-rwxr-xr-x | base/gfx/platform_device_mac.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/base/gfx/bitmap_platform_device_mac.h b/base/gfx/bitmap_platform_device_mac.h index ff89741..70c2e0e 100755 --- a/base/gfx/bitmap_platform_device_mac.h +++ b/base/gfx/bitmap_platform_device_mac.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/BitmapPlatformDeviceMac.h" +#include "skia/ext/bitmap_platform_device_mac.h" #endif // BASE_GFX_BITMAP_PLATFORM_DEVICE_MAC_H__ diff --git a/base/gfx/platform_canvas_mac.h b/base/gfx/platform_canvas_mac.h index 6ee78e8..def5fc7 100755 --- a/base/gfx/platform_canvas_mac.h +++ b/base/gfx/platform_canvas_mac.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/PlatformCanvasMac.h" +#include "skia/ext/platform_canvas_mac.h" #endif // BASE_GFX_PLATFORM_CANVAS_MAC_H__ diff --git a/base/gfx/platform_device_mac.h b/base/gfx/platform_device_mac.h index f7b1bd0..4a1624c 100755 --- a/base/gfx/platform_device_mac.h +++ b/base/gfx/platform_device_mac.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/PlatformDeviceMac.h" +#include "skia/ext/platform_device_mac.h" #endif // BASE_GFX_PLATFORM_DEVICE_MAC_H__ |