diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 20:55:00 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 20:55:00 +0000 |
commit | 278e4686693dd331b5b9f409ebcc3491cf3a4402 (patch) | |
tree | 5818f6726395d3297832ea0bd2635ba6cf78426e /base/gfx | |
parent | 66caa8384fef368043a66c4f49aaae50cb388eb5 (diff) | |
download | chromium_src-278e4686693dd331b5b9f409ebcc3491cf3a4402.zip chromium_src-278e4686693dd331b5b9f409ebcc3491cf3a4402.tar.gz chromium_src-278e4686693dd331b5b9f409ebcc3491cf3a4402.tar.bz2 |
Fix new include path of skia_utils.
Review URL: http://codereview.chromium.org/12916
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rw-r--r-- | base/gfx/native_theme.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/native_theme.cc b/base/gfx/native_theme.cc index 71289d8..24a5e37 100644 --- a/base/gfx/native_theme.cc +++ b/base/gfx/native_theme.cc @@ -10,11 +10,11 @@ #include <vssym32.h> #include "base/gfx/gdi_util.h" -#include "base/gfx/skia_utils.h" #include "base/gfx/rect.h" #include "base/logging.h" #include "base/scoped_handle.h" #include "skia/ext/platform_canvas.h" +#include "skia/ext/skia_utils_win.h" #include "skia/include/SkShader.h" namespace gfx { |