diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-14 23:30:59 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-14 23:30:59 +0000 |
commit | e0fc2f1f81f13440af3bb4cf5e56a031f91fc163 (patch) | |
tree | c84d3625eac633ea78d68688ecd74e2d0a158334 /webkit/tools/test_shell/mac | |
parent | 98af9aca7168f061bfaae5cd4f4eb3f7de4e70e7 (diff) | |
download | chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.zip chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.tar.gz chromium_src-e0fc2f1f81f13440af3bb4cf5e56a031f91fc163.tar.bz2 |
Move base/gfx contents to gfx/
TBR=darin
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/mac')
4 files changed, 6 insertions, 6 deletions
diff --git a/webkit/tools/test_shell/mac/accelerated_surface_stub.cc b/webkit/tools/test_shell/mac/accelerated_surface_stub.cc index f331a41..c983de5 100644 --- a/webkit/tools/test_shell/mac/accelerated_surface_stub.cc +++ b/webkit/tools/test_shell/mac/accelerated_surface_stub.cc @@ -13,8 +13,8 @@ #include <OpenGL/OpenGL.h> #include "base/basictypes.h" -#include "base/gfx/rect.h" #include "base/scoped_ptr.h" +#include "gfx/rect.h" class TransportDIB { public: diff --git a/webkit/tools/test_shell/mac/test_shell_webview.mm b/webkit/tools/test_shell/mac/test_shell_webview.mm index f474685..01f9242 100644 --- a/webkit/tools/test_shell/mac/test_shell_webview.mm +++ b/webkit/tools/test_shell/mac/test_shell_webview.mm @@ -6,9 +6,9 @@ #import <Cocoa/Cocoa.h> -#include "base/gfx/rect.h" #include "base/scoped_ptr.h" #include "base/string_util.h" +#include "gfx/rect.h" #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/WebKit/chromium/public/WebView.h" #include "webkit/tools/test_shell/test_shell.h" diff --git a/webkit/tools/test_shell/mac/webview_host.mm b/webkit/tools/test_shell/mac/webview_host.mm index ba62c0d..1d7af4d 100644 --- a/webkit/tools/test_shell/mac/webview_host.mm +++ b/webkit/tools/test_shell/mac/webview_host.mm @@ -7,8 +7,8 @@ #include "webkit/tools/test_shell/webview_host.h" #include "webkit/tools/test_shell/mac/test_shell_webview.h" -#include "base/gfx/rect.h" -#include "base/gfx/size.h" +#include "gfx/rect.h" +#include "gfx/size.h" #include "skia/ext/platform_canvas.h" #include "third_party/WebKit/WebKit/chromium/public/WebSize.h" #include "third_party/WebKit/WebKit/chromium/public/WebView.h" diff --git a/webkit/tools/test_shell/mac/webwidget_host.mm b/webkit/tools/test_shell/mac/webwidget_host.mm index b447f96..12c202e1 100644 --- a/webkit/tools/test_shell/mac/webwidget_host.mm +++ b/webkit/tools/test_shell/mac/webwidget_host.mm @@ -6,9 +6,9 @@ #include "webkit/tools/test_shell/webwidget_host.h" -#include "base/gfx/rect.h" -#include "base/gfx/size.h" #include "base/logging.h" +#include "gfx/rect.h" +#include "gfx/size.h" #include "skia/ext/platform_canvas.h" #include "third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h" #include "third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h" |