summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authordarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 23:19:30 +0000
committerdarin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 23:19:30 +0000
commitf00c5d00012a3a04dbd03a917dfedd0a714fbb51 (patch)
tree8c17387d4368b2d62f55b0ce5b6f3ca4477a4593 /webkit/glue
parent51afbeda5420a5ffe4b2481181450388ea019975 (diff)
downloadchromium_src-f00c5d00012a3a04dbd03a917dfedd0a714fbb51.zip
chromium_src-f00c5d00012a3a04dbd03a917dfedd0a714fbb51.tar.gz
chromium_src-f00c5d00012a3a04dbd03a917dfedd0a714fbb51.tar.bz2
Move skia-specific files into platform/graphics/skia to better correspond with where they will live once we upstream them.
R=ojan Review URL: http://codereview.chromium.org/13727 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/webview_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webview_impl.cc b/webkit/glue/webview_impl.cc
index 6f099c9..d6ec632a2f 100644
--- a/webkit/glue/webview_impl.cc
+++ b/webkit/glue/webview_impl.cc
@@ -102,7 +102,7 @@ MSVC_POP_WARNING();
#include "webkit/glue/webview_impl.h"
#include "webkit/glue/webwidget_impl.h"
#include "webkit/port/platform/chromium/PopupMenuChromium.h"
-#include "webkit/port/platform/graphics/PlatformContextSkia.h"
+#include "webkit/port/platform/graphics/skia/PlatformContextSkia.h"
// Get rid of WTF's pow define so we can use std::pow.
#undef pow