diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 21:38:42 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 21:38:42 +0000 |
commit | b7cfb3c18b289ca0008632518324420e2b307fc5 (patch) | |
tree | 77ce6a5e19ebe84193aa86ec6892eedf7c828e7e /webkit | |
parent | 05b7f994c66470750905eabb12acf1643099f9b7 (diff) | |
download | chromium_src-b7cfb3c18b289ca0008632518324420e2b307fc5.zip chromium_src-b7cfb3c18b289ca0008632518324420e2b307fc5.tar.gz chromium_src-b7cfb3c18b289ca0008632518324420e2b307fc5.tar.bz2 |
Fix include path in FontWin.cpp
Review URL: http://codereview.chromium.org/13106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/port/platform/graphics/FontWin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/platform/graphics/FontWin.cpp b/webkit/port/platform/graphics/FontWin.cpp index ac28623..6726a83 100644 --- a/webkit/port/platform/graphics/FontWin.cpp +++ b/webkit/port/platform/graphics/FontWin.cpp @@ -35,8 +35,8 @@ #include "SkiaUtils.h" #include "UniscribeHelperTextRun.h" -#include "base/gfx/skia_utils.h" // TODO(brettw) remove this dependency. #include "skia/ext/platform_canvas_win.h" +#include "skia/ext/skia_utils_win.h" // TODO(brettw) remove this dependency. namespace WebCore { |