diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 02:12:50 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 02:12:50 +0000 |
commit | 66a473cde2368c63baa1e1e5d76431b57684aca9 (patch) | |
tree | 47dcebb0b0e35a4bd190098c610fd3c79a5e96c4 /base/gfx | |
parent | d20bd146b70a1b1c64ea428c1c560e2135e5a0d9 (diff) | |
download | chromium_src-66a473cde2368c63baa1e1e5d76431b57684aca9.zip chromium_src-66a473cde2368c63baa1e1e5d76431b57684aca9.tar.gz chromium_src-66a473cde2368c63baa1e1e5d76431b57684aca9.tar.bz2 |
Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_canvas.h"
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/159057
Patch from Thiago Farina <thiago.farina@gmail.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rw-r--r-- | base/gfx/platform_canvas.h | 7 | ||||
-rw-r--r-- | base/gfx/platform_canvas_linux.h | 12 | ||||
-rw-r--r-- | base/gfx/platform_canvas_mac.h | 12 | ||||
-rw-r--r-- | base/gfx/platform_device_linux.h | 12 | ||||
-rw-r--r-- | base/gfx/platform_device_mac.h | 12 |
5 files changed, 0 insertions, 55 deletions
diff --git a/base/gfx/platform_canvas.h b/base/gfx/platform_canvas.h index 427a7f8..e69de29 100644 --- a/base/gfx/platform_canvas.h +++ b/base/gfx/platform_canvas.h @@ -1,7 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// TODO(brettw) this file should be removed and the includes changed to this -// new location. -#include "skia/ext/platform_canvas.h" diff --git a/base/gfx/platform_canvas_linux.h b/base/gfx/platform_canvas_linux.h index 4a493a4..e69de29 100644 --- a/base/gfx/platform_canvas_linux.h +++ b/base/gfx/platform_canvas_linux.h @@ -1,12 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef BASE_GFX_PLATFORM_CANVAS_LINUX_H_ -#define BASE_GFX_PLATFORM_CANVAS_LINUX_H_ - -// TODO(brettw) this file should be removed and the includes changed to this -// new location. -#include "skia/ext/platform_canvas_linux.h" - -#endif // BASE_GFX_PLATFORM_CANVAS_LINUX_H_ diff --git a/base/gfx/platform_canvas_mac.h b/base/gfx/platform_canvas_mac.h index ba01e73..e69de29 100644 --- a/base/gfx/platform_canvas_mac.h +++ b/base/gfx/platform_canvas_mac.h @@ -1,12 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef BASE_GFX_PLATFORM_CANVAS_MAC_H__ -#define BASE_GFX_PLATFORM_CANVAS_MAC_H__ - -// TODO(brettw) this file should be removed and the includes changed to this -// new location. -#include "skia/ext/platform_canvas_mac.h" - -#endif // BASE_GFX_PLATFORM_CANVAS_MAC_H__ diff --git a/base/gfx/platform_device_linux.h b/base/gfx/platform_device_linux.h index 3cb9572..e69de29 100644 --- a/base/gfx/platform_device_linux.h +++ b/base/gfx/platform_device_linux.h @@ -1,12 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef BASE_GFX_PLATFORM_DEVICE_LINUX_H_ -#define BASE_GFX_PLATFORM_DEVICE_LINUX_H_ - -// TODO(brettw) this file should be removed and the includes changed to this -// new location. -#include "skia/ext/platform_device_linux.h" - -#endif // BASE_GFX_PLATFORM_DEVICE_LINUX_H_ diff --git a/base/gfx/platform_device_mac.h b/base/gfx/platform_device_mac.h index 9447f65..e69de29 100644 --- a/base/gfx/platform_device_mac.h +++ b/base/gfx/platform_device_mac.h @@ -1,12 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef BASE_GFX_PLATFORM_DEVICE_MAC_H__ -#define BASE_GFX_PLATFORM_DEVICE_MAC_H__ - -// TODO(brettw) this file should be removed and the includes changed to this -// new location. -#include "skia/ext/platform_device_mac.h" - -#endif // BASE_GFX_PLATFORM_DEVICE_MAC_H__ |