diff options
author | twiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 15:26:03 +0000 |
---|---|---|
committer | twiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 15:26:03 +0000 |
commit | 91ef7b0311e0bea576d5b935b2cd378e04c517ca (patch) | |
tree | 1cd46480b356f4b9abab094fc35d5d0b371dc547 /ui/gfx/canvas.h | |
parent | 611db184a5eef589fcb5bfdd4e2ada8f019f8403 (diff) | |
download | chromium_src-91ef7b0311e0bea576d5b935b2cd378e04c517ca.zip chromium_src-91ef7b0311e0bea576d5b935b2cd378e04c517ca.tar.gz chromium_src-91ef7b0311e0bea576d5b935b2cd378e04c517ca.tar.bz2 |
First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h
All 'low-hanging' platform_canvas.h dependencies have been removed, and replaced with skia-specific includes.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7517020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/canvas.h')
-rw-r--r-- | ui/gfx/canvas.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h index 2d2a55b..5e32cd2 100644 --- a/ui/gfx/canvas.h +++ b/ui/gfx/canvas.h @@ -9,8 +9,9 @@ #include <string> #include "base/string16.h" -// TODO(beng): remove this include when we no longer depend on SkTypes. -#include "skia/ext/platform_canvas.h" +// TODO(beng): remove these includes when we no longer depend on SkTypes. +#include "third_party/skia/include/core/SkColor.h" +#include "third_party/skia/include/core/SkXfermode.h" #include "ui/gfx/native_widget_types.h" #include "ui/ui_api.h" |