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 | |
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')
26 files changed, 38 insertions, 37 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 5e889ab..113d8488 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -6,6 +6,7 @@ skip_child_includes = [ include_rules = [ # For bridge/c/c_utility.h in npruntime_util.cc "+bridge", + "+gfx", "+grit", # For generated headers "+third_party/sqlite", "+third_party/tcmalloc", diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h index 2156b31..62222c6 100644 --- a/webkit/glue/dom_operations.h +++ b/webkit/glue/dom_operations.h @@ -9,7 +9,7 @@ #include <map> #include <vector> -#include "base/gfx/size.h" +#include "gfx/size.h" #include "googleurl/src/gurl.h" #include "webkit/glue/password_form_dom_manager.h" diff --git a/webkit/glue/image_decoder.h b/webkit/glue/image_decoder.h index b2f9b0d..330ea90 100644 --- a/webkit/glue/image_decoder.h +++ b/webkit/glue/image_decoder.h @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "base/basictypes.h" -#include "base/gfx/size.h" +#include "gfx/size.h" class SkBitmap; diff --git a/webkit/glue/image_resource_fetcher.cc b/webkit/glue/image_resource_fetcher.cc index ae16c03..6185834 100644 --- a/webkit/glue/image_resource_fetcher.cc +++ b/webkit/glue/image_resource_fetcher.cc @@ -5,7 +5,7 @@ #include "webkit/glue/image_resource_fetcher.h" #include "base/callback.h" -#include "base/gfx/size.h" +#include "gfx/size.h" #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h" #include "webkit/glue/image_decoder.h" #include "third_party/skia/include/core/SkBitmap.h" diff --git a/webkit/glue/media/video_renderer_impl.h b/webkit/glue/media/video_renderer_impl.h index 4bc7210..b2018e9 100644 --- a/webkit/glue/media/video_renderer_impl.h +++ b/webkit/glue/media/video_renderer_impl.h @@ -1,6 +1,6 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this -// source code is governed by a BSD-style license that can be found in the -// LICENSE file. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. // // The video renderer implementation to be use by the media pipeline. It lives // inside video renderer thread and also WebKit's main thread. We need to be @@ -10,8 +10,8 @@ #ifndef WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_ #define WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_ -#include "base/gfx/rect.h" -#include "base/gfx/size.h" +#include "gfx/rect.h" +#include "gfx/size.h" #include "media/base/buffers.h" #include "media/base/filters.h" #include "media/filters/video_renderer_base.h" diff --git a/webkit/glue/plugins/plugin_instance.h b/webkit/glue/plugins/plugin_instance.h index d3f0374..3e689c4 100644 --- a/webkit/glue/plugins/plugin_instance.h +++ b/webkit/glue/plugins/plugin_instance.h @@ -17,10 +17,10 @@ #include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #include "base/file_path.h" -#include "base/gfx/point.h" -#include "base/gfx/rect.h" #include "base/ref_counted.h" #include "base/scoped_ptr.h" +#include "gfx/point.h" +#include "gfx/rect.h" #include "googleurl/src/gurl.h" #include "third_party/npapi/bindings/npapi.h" #include "third_party/npapi/bindings/nphostapi.h" diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 81e6874..e4913f0 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -13,10 +13,10 @@ #include "app/gfx/native_widget_types.h" #include "base/file_path.h" -#include "base/gfx/rect.h" #include "base/ref_counted.h" #include "base/task.h" #include "base/timer.h" +#include "gfx/rect.h" #include "third_party/npapi/bindings/npapi.h" #include "webkit/glue/webcursor.h" #include "webkit/glue/webplugin_delegate.h" diff --git a/webkit/glue/webcursor.h b/webkit/glue/webcursor.h index e7cc413..293bd74 100644 --- a/webkit/glue/webcursor.h +++ b/webkit/glue/webcursor.h @@ -6,8 +6,8 @@ #define WEBKIT_GLUE_WEBCURSOR_H_ #include "base/basictypes.h" -#include "base/gfx/point.h" -#include "base/gfx/size.h" +#include "gfx/point.h" +#include "gfx/size.h" #include <vector> diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h index 3315119e..3e42793 100644 --- a/webkit/glue/webmediaplayer_impl.h +++ b/webkit/glue/webmediaplayer_impl.h @@ -55,11 +55,11 @@ #include <vector> -#include "base/gfx/rect.h" -#include "base/gfx/size.h" #include "base/lock.h" #include "base/message_loop.h" #include "base/ref_counted.h" +#include "gfx/rect.h" +#include "gfx/size.h" #include "media/base/filters.h" #include "media/base/pipeline_impl.h" #include "skia/ext/platform_canvas.h" diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 3f9c7e5..1bd6c61 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -10,7 +10,7 @@ #include "app/gfx/native_widget_types.h" #include "base/basictypes.h" -#include "base/gfx/rect.h" +#include "gfx/rect.h" // TODO(port): this typedef is obviously incorrect on non-Windows // platforms, but now a lot of code now accidentally depends on them diff --git a/webkit/glue/webplugin_impl.cc b/webkit/glue/webplugin_impl.cc index e797676..34b8261 100644 --- a/webkit/glue/webplugin_impl.cc +++ b/webkit/glue/webplugin_impl.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/gfx/rect.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" +#include "gfx/rect.h" #include "net/base/escape.h" #include "net/base/net_errors.h" #include "skia/ext/platform_canvas.h" diff --git a/webkit/tools/test_shell/event_sending_controller.h b/webkit/tools/test_shell/event_sending_controller.h index a133ba2..22a2a08 100644 --- a/webkit/tools/test_shell/event_sending_controller.h +++ b/webkit/tools/test_shell/event_sending_controller.h @@ -17,7 +17,7 @@ #define WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H_ #include "build/build_config.h" -#include "base/gfx/point.h" +#include "gfx/point.h" #include "base/task.h" #include "third_party/WebKit/WebKit/chromium/public/WebDragOperation.h" #include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h" 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" diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc index 533b87e..74b1fef 100644 --- a/webkit/tools/test_shell/test_shell.cc +++ b/webkit/tools/test_shell/test_shell.cc @@ -12,7 +12,6 @@ #include "base/debug_on_start.h" #include "base/file_path.h" #include "base/file_util.h" -#include "base/gfx/size.h" #if defined(OS_MACOSX) #include "base/mac_util.h" #endif @@ -22,6 +21,7 @@ #include "base/stats_table.h" #include "base/utf_string_conversions.h" #include "build/build_config.h" +#include "gfx/size.h" #include "googleurl/src/url_util.h" #include "grit/webkit_strings.h" #include "net/base/mime_util.h" diff --git a/webkit/tools/test_shell/test_shell_mac.mm b/webkit/tools/test_shell/test_shell_mac.mm index 608f959..923b5b0 100644 --- a/webkit/tools/test_shell/test_shell_mac.mm +++ b/webkit/tools/test_shell/test_shell_mac.mm @@ -14,7 +14,6 @@ #include "base/debug_on_start.h" #include "base/debug_util.h" #include "base/file_util.h" -#include "base/gfx/size.h" #include "base/logging.h" #include "base/mac_util.h" #include "base/memory_debug.h" @@ -24,6 +23,7 @@ #include "base/string16.h" #include "base/string_piece.h" #include "base/utf_string_conversions.h" +#include "gfx/size.h" #include "grit/webkit_resources.h" #include "net/base/mime_util.h" #include "skia/ext/bitmap_platform_device.h" diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 17c976b..a03569c 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -10,11 +10,11 @@ #include "app/gfx/native_widget_types.h" #include "base/file_util.h" -#include "base/gfx/point.h" #include "base/message_loop.h" #include "base/process_util.h" #include "base/trace_event.h" #include "base/utf_string_conversions.h" +#include "gfx/point.h" #include "net/base/net_errors.h" #include "third_party/WebKit/WebKit/chromium/public/WebAccessibilityObject.h" #include "third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h" diff --git a/webkit/tools/test_shell/test_webview_delegate_gtk.cc b/webkit/tools/test_shell/test_webview_delegate_gtk.cc index 6a33c50..63166ee 100644 --- a/webkit/tools/test_shell/test_webview_delegate_gtk.cc +++ b/webkit/tools/test_shell/test_webview_delegate_gtk.cc @@ -10,11 +10,11 @@ #include <gdk/gdkx.h> #include "app/gfx/gtk_util.h" -#include "base/gfx/point.h" #include "base/message_loop.h" #include "base/utf_string_conversions.h" #include "net/base/net_errors.h" #include "chrome/common/page_transition_types.h" +#include "gfx/point.h" #include "third_party/WebKit/WebKit/chromium/public/WebCString.h" #include "third_party/WebKit/WebKit/chromium/public/WebCursorInfo.h" #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h" diff --git a/webkit/tools/test_shell/test_webview_delegate_win.cc b/webkit/tools/test_shell/test_webview_delegate_win.cc index 11c8732..d37485f 100644 --- a/webkit/tools/test_shell/test_webview_delegate_win.cc +++ b/webkit/tools/test_shell/test_webview_delegate_win.cc @@ -14,10 +14,10 @@ #include "app/gfx/gdi_util.h" #include "app/gfx/native_widget_types.h" -#include "base/gfx/point.h" #include "base/message_loop.h" #include "base/trace_event.h" #include "base/utf_string_conversions.h" +#include "gfx/point.h" #include "net/base/net_errors.h" #include "third_party/WebKit/WebKit/chromium/public/WebCursorInfo.h" #include "third_party/WebKit/WebKit/chromium/public/WebFrame.h" diff --git a/webkit/tools/test_shell/webview_host.h b/webkit/tools/test_shell/webview_host.h index ed783dd..f73483f 100644 --- a/webkit/tools/test_shell/webview_host.h +++ b/webkit/tools/test_shell/webview_host.h @@ -9,7 +9,7 @@ #include "app/gfx/native_widget_types.h" #include "base/basictypes.h" -#include "base/gfx/rect.h" +#include "gfx/rect.h" #include "webkit/tools/test_shell/webwidget_host.h" #if defined(TOOLKIT_USES_GTK) diff --git a/webkit/tools/test_shell/webview_host_gtk.cc b/webkit/tools/test_shell/webview_host_gtk.cc index 2302af5..177b921 100644 --- a/webkit/tools/test_shell/webview_host_gtk.cc +++ b/webkit/tools/test_shell/webview_host_gtk.cc @@ -7,8 +7,8 @@ #include "webkit/tools/test_shell/webview_host.h" #include "base/logging.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/WebView.h" #include "webkit/glue/plugins/gtk_plugin_container.h" diff --git a/webkit/tools/test_shell/webview_host_win.cc b/webkit/tools/test_shell/webview_host_win.cc index 723dc31..3c2e9a8 100644 --- a/webkit/tools/test_shell/webview_host_win.cc +++ b/webkit/tools/test_shell/webview_host_win.cc @@ -4,9 +4,9 @@ #include "webkit/tools/test_shell/webview_host.h" -#include "base/gfx/rect.h" -#include "base/gfx/size.h" #include "base/win_util.h" +#include "gfx/rect.h" +#include "gfx/size.h" #include "skia/ext/platform_canvas.h" #include "third_party/WebKit/WebKit/chromium/public/WebView.h" #include "webkit/glue/webpreferences.h" diff --git a/webkit/tools/test_shell/webwidget_host.h b/webkit/tools/test_shell/webwidget_host.h index 2ceeaba..093313c 100644 --- a/webkit/tools/test_shell/webwidget_host.h +++ b/webkit/tools/test_shell/webwidget_host.h @@ -7,8 +7,8 @@ #include "app/gfx/native_widget_types.h" #include "base/basictypes.h" -#include "base/gfx/rect.h" #include "base/scoped_ptr.h" +#include "gfx/rect.h" #include "skia/ext/platform_canvas.h" namespace gfx { diff --git a/webkit/tools/test_shell/webwidget_host_win.cc b/webkit/tools/test_shell/webwidget_host_win.cc index 6ecfcee..85dc27c 100644 --- a/webkit/tools/test_shell/webwidget_host_win.cc +++ b/webkit/tools/test_shell/webwidget_host_win.cc @@ -1,12 +1,12 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved........... +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "webkit/tools/test_shell/webwidget_host.h" -#include "base/gfx/rect.h" #include "base/logging.h" #include "base/win_util.h" +#include "gfx/rect.h" #include "skia/ext/platform_canvas.h" #include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h" #include "third_party/WebKit/WebKit/chromium/public/WebPopupMenu.h" |