diff options
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__ |