diff options
67 files changed, 127 insertions, 127 deletions
diff --git a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc index e79b77d..9dafe88 100644 --- a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc +++ b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc @@ -16,7 +16,7 @@ #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/core/SkColorPriv.h" #include "ui/gfx/canvas.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" using content::WebContents; diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 5c297e5..a0a0631 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -52,7 +52,7 @@ '../third_party/libxml/libxml.gyp:libxml', '../third_party/npapi/npapi.gyp:npapi', '../ui/base/strings/ui_strings.gyp:ui_strings', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', '../ui/ui.gyp:ui_resources_2x', diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index 06ff06e..e681522 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -27,7 +27,7 @@ '../third_party/npapi/npapi.gyp:npapi', '../third_party/smhasher/smhasher.gyp:murmurhash3', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', '../webkit/support/webkit_support.gyp:glue', '../webkit/support/webkit_support.gyp:webkit_gpu', '../webkit/support/webkit_support.gyp:webkit_media', diff --git a/chrome/renderer/nacl_desc_wrapper_chrome.cc b/chrome/renderer/nacl_desc_wrapper_chrome.cc index c29ae1d..c9fd3ee 100644 --- a/chrome/renderer/nacl_desc_wrapper_chrome.cc +++ b/chrome/renderer/nacl_desc_wrapper_chrome.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -7,7 +7,7 @@ #include "native_client/src/trusted/desc/nacl_desc_base.h" #include "native_client/src/trusted/desc/nacl_desc_sync_socket.h" #include "native_client/src/trusted/desc/nacl_desc_wrapper.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" namespace nacl { diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc index cda30fb..d57d617 100644 --- a/chrome/test/gpu/gpu_feature_browsertest.cc +++ b/chrome/test/gpu/gpu_feature_browsertest.cc @@ -23,7 +23,7 @@ #include "net/base/net_util.h" #include "ui/gfx/gl/gl_switches.h" #if defined(OS_MACOSX) -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" #endif using content::GpuDataManager; diff --git a/content/DEPS b/content/DEPS index 450d146..8936498 100644 --- a/content/DEPS +++ b/content/DEPS @@ -53,6 +53,7 @@ include_rules = [ "+ui/aura", "+ui/base", "+ui/gfx", + "+ui/surface", # Content knows about grd files, but the specifics of how to get a resource # given its id is left to the embedder. "-ui/base/l10n", diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index 66f152b..4900d2e 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -42,7 +42,7 @@ #endif #if defined(OS_WIN) && !defined(USE_AURA) -#include "ui/gfx/surface/accelerated_surface_win.h" +#include "ui/surface/accelerated_surface_win.h" #endif using content::BrowserThread; diff --git a/content/browser/renderer_host/accelerated_surface_container_mac.cc b/content/browser/renderer_host/accelerated_surface_container_mac.cc index 10b8292..40115e7 100644 --- a/content/browser/renderer_host/accelerated_surface_container_mac.cc +++ b/content/browser/renderer_host/accelerated_surface_container_mac.cc @@ -6,7 +6,7 @@ #include "base/logging.h" #include "content/browser/renderer_host/accelerated_surface_container_manager_mac.h" -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" #include "webkit/plugins/npapi/webplugin.h" AcceleratedSurfaceContainerMac::AcceleratedSurfaceContainerMac( diff --git a/content/browser/renderer_host/accelerated_surface_container_mac.h b/content/browser/renderer_host/accelerated_surface_container_mac.h index fab05ce..36204ff 100644 --- a/content/browser/renderer_host/accelerated_surface_container_mac.h +++ b/content/browser/renderer_host/accelerated_surface_container_mac.h @@ -34,7 +34,7 @@ #include "base/memory/scoped_ptr.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" namespace webkit { namespace npapi { diff --git a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h index f7fb6ba..de2e344 100644 --- a/content/browser/renderer_host/accelerated_surface_container_manager_mac.h +++ b/content/browser/renderer_host/accelerated_surface_container_manager_mac.h @@ -12,7 +12,7 @@ #include "base/basictypes.h" #include "base/synchronization/lock.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" namespace gfx { class Rect; diff --git a/content/browser/renderer_host/backing_store.h b/content/browser/renderer_host/backing_store.h index 203f8de..580616a 100644 --- a/content/browser/renderer_host/backing_store.h +++ b/content/browser/renderer_host/backing_store.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -12,7 +12,7 @@ #include "base/callback_forward.h" #include "content/common/content_export.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" class RenderProcessHost; diff --git a/content/browser/renderer_host/backing_store_gtk.cc b/content/browser/renderer_host/backing_store_gtk.cc index d357968..4c235e4 100644 --- a/content/browser/renderer_host/backing_store_gtk.cc +++ b/content/browser/renderer_host/backing_store_gtk.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -16,9 +16,9 @@ #endif #include <algorithm> -#include <utility> #include <limits> #include <queue> +#include <utility> #include "base/compiler_specific.h" #include "base/logging.h" @@ -28,11 +28,11 @@ #include "content/browser/renderer_host/render_process_host_impl.h" #include "skia/ext/platform_canvas.h" #include "third_party/skia/include/core/SkBitmap.h" +#include "ui/base/gtk/gtk_signal.h" #include "ui/base/x/x11_util.h" #include "ui/base/x/x11_util_internal.h" -#include "ui/base/gtk/gtk_signal.h" #include "ui/gfx/rect.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" using content::RenderWidgetHost; diff --git a/content/browser/renderer_host/backing_store_mac.mm b/content/browser/renderer_host/backing_store_mac.mm index a7f46cf..42168e1 100644 --- a/content/browser/renderer_host/backing_store_mac.mm +++ b/content/browser/renderer_host/backing_store_mac.mm @@ -17,7 +17,7 @@ #include "third_party/skia/include/core/SkCanvas.h" #include "ui/gfx/rect.h" #include "ui/gfx/scoped_cg_context_save_gstate_mac.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" // Mac Backing Stores: // diff --git a/content/browser/renderer_host/backing_store_manager.h b/content/browser/renderer_host/backing_store_manager.h index 00f11e1..1282e66 100644 --- a/content/browser/renderer_host/backing_store_manager.h +++ b/content/browser/renderer_host/backing_store_manager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -13,7 +13,7 @@ #include "base/process.h" #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" class BackingStore; diff --git a/content/browser/renderer_host/backing_store_win.cc b/content/browser/renderer_host/backing_store_win.cc index 45e402e..631b24f 100644 --- a/content/browser/renderer_host/backing_store_win.cc +++ b/content/browser/renderer_host/backing_store_win.cc @@ -10,7 +10,7 @@ #include "content/public/common/content_switches.h" #include "skia/ext/platform_canvas.h" #include "ui/gfx/gdi_util.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" namespace { diff --git a/content/browser/renderer_host/compositing_iosurface_mac.mm b/content/browser/renderer_host/compositing_iosurface_mac.mm index 1786fb6..61133a7 100644 --- a/content/browser/renderer_host/compositing_iosurface_mac.mm +++ b/content/browser/renderer_host/compositing_iosurface_mac.mm @@ -14,7 +14,7 @@ #include "ui/gfx/gl/gl_context.h" #include "ui/gfx/gl/gl_switches.h" #include "ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h" -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" #ifdef NDEBUG #define CHECK_GL_ERROR() diff --git a/content/browser/renderer_host/image_transport_client.h b/content/browser/renderer_host/image_transport_client.h index a3b40c7..0f01e0a 100644 --- a/content/browser/renderer_host/image_transport_client.h +++ b/content/browser/renderer_host/image_transport_client.h @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "ui/gfx/compositor/compositor.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" namespace gfx { class Size; diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h index e9b151d..c3e7cdb 100644 --- a/content/browser/renderer_host/render_message_filter.h +++ b/content/browser/renderer_host/render_message_filter.h @@ -24,7 +24,7 @@ #include "media/base/channel_layout.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #if defined(OS_MACOSX) #include "content/common/mac/font_loader.h" diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h index ef7e433..e559a5c 100644 --- a/content/browser/renderer_host/render_process_host_impl.h +++ b/content/browser/renderer_host/render_process_host_impl.h @@ -18,7 +18,7 @@ #include "content/common/content_export.h" #include "content/public/browser/render_process_host.h" #include "ipc/ipc_channel_proxy.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" class CommandLine; class GpuMessageFilter; diff --git a/content/browser/renderer_host/render_widget_helper.h b/content/browser/renderer_host/render_widget_helper.h index b2c4de5..b066979 100644 --- a/content/browser/renderer_host/render_widget_helper.h +++ b/content/browser/renderer_host/render_widget_helper.h @@ -20,7 +20,7 @@ #include "content/public/common/window_container_type.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" namespace IPC { class Message; diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm index 155a2cfb..83f76a8 100644 --- a/content/browser/renderer_host/render_widget_host_view_mac.mm +++ b/content/browser/renderer_host/render_widget_host_view_mac.mm @@ -9,8 +9,8 @@ #include "base/bind.h" #include "base/debug/trace_event.h" #include "base/logging.h" -#include "base/mac/mac_util.h" #include "base/mac/closure_blocks_leopard_compat.h" +#include "base/mac/mac_util.h" #include "base/mac/scoped_cftyperef.h" #import "base/mac/scoped_nsautorelease_pool.h" #import "base/memory/scoped_nsobject.h" @@ -49,7 +49,7 @@ #import "ui/base/cocoa/underlay_opengl_hosting_window.h" #include "ui/gfx/point.h" #include "ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h" -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" #include "webkit/glue/webaccessibility.h" #include "webkit/plugins/npapi/webplugin.h" diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h index e117894..2ce5357 100644 --- a/content/browser/renderer_host/render_widget_host_view_win.h +++ b/content/browser/renderer_host/render_widget_host_view_win.h @@ -27,8 +27,8 @@ #include "ui/base/win/ime_input.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/point.h" -#include "ui/gfx/surface/accelerated_surface_win.h" #include "ui/gfx/sys_color_change_listener.h" +#include "ui/surface/accelerated_surface_win.h" #include "webkit/glue/webcursor.h" class BackingStore; diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index 05dafcd..fc024bf 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc @@ -58,14 +58,14 @@ #include "content/public/common/content_restriction.h" #include "content/public/common/content_switches.h" #include "content/public/common/url_constants.h" -#include "ui/base/ui_base_switches.h" -#include "ui/gfx/monitor.h" -#include "ui/gfx/screen.h" #include "net/base/mime_util.h" #include "net/base/net_util.h" #include "net/base/network_change_notifier.h" #include "net/url_request/url_request_context_getter.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" +#include "ui/base/ui_base_switches.h" +#include "ui/gfx/monitor.h" +#include "ui/gfx/screen.h" #include "webkit/glue/web_intent_data.h" #include "webkit/glue/webpreferences.h" @@ -77,7 +77,7 @@ #include "content/browser/web_contents/web_contents_view_gtk.h" #elif defined(OS_MACOSX) #include "content/browser/web_contents/web_contents_view_mac.h" -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" #elif defined(OS_ANDROID) #include "content/browser/web_contents/web_contents_view_android.h" #endif diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h index 892c0d9..6a589fd 100644 --- a/content/common/gpu/gpu_command_buffer_stub.h +++ b/content/common/gpu/gpu_command_buffer_stub.h @@ -16,8 +16,8 @@ #include "base/observer_list.h" #include "content/common/content_export.h" #include "content/common/gpu/gpu_memory_allocation.h" -#include "content/common/gpu/media/gpu_video_decode_accelerator.h" #include "content/common/gpu/gpu_memory_allocation.h" +#include "content/common/gpu/media/gpu_video_decode_accelerator.h" #include "gpu/command_buffer/common/constants.h" #include "gpu/command_buffer/service/command_buffer_service.h" #include "gpu/command_buffer/service/context_group.h" @@ -29,10 +29,10 @@ #include "ui/gfx/gl/gpu_preference.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #if defined(OS_MACOSX) -#include "ui/gfx/surface/accelerated_surface_mac.h" +#include "ui/surface/accelerated_surface_mac.h" #endif class GpuChannel; diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h index d921b3b..f6cd6cc 100644 --- a/content/common/gpu/gpu_messages.h +++ b/content/common/gpu/gpu_messages.h @@ -5,8 +5,8 @@ // Multiply-included message file, hence no include guard here, but see below // for a much smaller-than-usual include guard section. -#include <vector> #include <string> +#include <vector> #include "base/shared_memory.h" #include "content/common/content_export.h" @@ -23,7 +23,7 @@ #include "ui/gfx/gl/gpu_preference.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #define IPC_MESSAGE_START GpuMsgStart diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h index 9e1a05c..b437fcad 100644 --- a/content/common/gpu/image_transport_surface.h +++ b/content/common/gpu/image_transport_surface.h @@ -21,7 +21,7 @@ #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" class GpuChannelManager; class GpuCommandBufferStub; diff --git a/content/common/gpu/image_transport_surface_mac.cc b/content/common/gpu/image_transport_surface_mac.cc index ed9a4aa..5223ce1 100644 --- a/content/common/gpu/image_transport_surface_mac.cc +++ b/content/common/gpu/image_transport_surface_mac.cc @@ -9,12 +9,12 @@ #include "base/mac/scoped_cftyperef.h" #include "base/memory/scoped_ptr.h" #include "content/common/gpu/gpu_messages.h" -#include "ui/gfx/gl/gl_context.h" #include "ui/gfx/gl/gl_bindings.h" +#include "ui/gfx/gl/gl_context.h" #include "ui/gfx/gl/gl_implementation.h" #include "ui/gfx/gl/gl_surface_cgl.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" namespace { diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 99d6548..0fe3caa 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -15,7 +15,7 @@ '../third_party/speex/speex.gyp:libspeex', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', '../third_party/zlib/zlib.gyp:zlib', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', '../ui/ui.gyp:ui', '../ui/ui.gyp:ui_resources', '../webkit/support/webkit_support.gyp:dom_storage', diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi index b0a2037..b736f1c 100644 --- a/content/content_renderer.gypi +++ b/content/content_renderer.gypi @@ -16,7 +16,7 @@ '../third_party/libjingle/libjingle.gyp:libjingle_p2p', '../third_party/npapi/npapi.gyp:npapi', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', '../v8/tools/gyp/v8.gyp:v8', '../webkit/support/webkit_support.gyp:webkit_media', '../webkit/support/webkit_support.gyp:webkit_gpu', diff --git a/content/content_tests.gypi b/content/content_tests.gypi index df47b5e0..5c9b46e 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -17,7 +17,7 @@ '../testing/gtest.gyp:gtest', '../third_party/libvpx/libvpx.gyp:libvpx', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', '../ui/ui.gyp:ui_test_support', '../webkit/support/webkit_support.gyp:appcache', ], diff --git a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc index 65749f0..e891dbe 100644 --- a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc +++ b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -10,9 +10,9 @@ #include "base/command_line.h" #include "content/plugin/webplugin_proxy.h" #include "ui/base/ui_base_switches.h" -#include "ui/gfx/surface/accelerated_surface_mac.h" -#include "ui/gfx/surface/io_surface_support_mac.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/accelerated_surface_mac.h" +#include "ui/surface/io_surface_support_mac.h" +#include "ui/surface/transport_dib.h" WebPluginAcceleratedSurfaceProxy* WebPluginAcceleratedSurfaceProxy::Create( WebPluginProxy* plugin_proxy, diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index cbf305a..b3d98fa 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -24,7 +24,7 @@ #include "ui/base/x/x11_util.h" #endif #include "ui/gfx/gl/gpu_preference.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include "webkit/plugins/npapi/webplugin.h" class PluginChannel; diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h index 2c6b8cb..e30fc3f 100644 --- a/content/port/browser/render_widget_host_view_port.h +++ b/content/port/browser/render_widget_host_view_port.h @@ -13,8 +13,8 @@ #include "content/public/browser/render_widget_host_view.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" #include "ui/base/ime/text_input_type.h" -#include "ui/gfx/surface/transport_dib.h" #include "ui/base/range/range.h" +#include "ui/surface/transport_dib.h" class BackingStore; class WebCursor; diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h index 194aa30..99ddab6 100644 --- a/content/public/browser/render_process_host.h +++ b/content/public/browser/render_process_host.h @@ -13,7 +13,7 @@ #include "ipc/ipc_channel_proxy.h" #include "ipc/ipc_message.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" class GURL; struct ViewMsg_SwapOut_Params; diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h index e4b7bd1..1bfd50c 100644 --- a/content/public/browser/render_widget_host.h +++ b/content/public/browser/render_widget_host.h @@ -14,7 +14,7 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #if defined(TOOLKIT_GTK) #include "ui/base/x/x11_util.h" diff --git a/content/public/common/common_param_traits.h b/content/public/common/common_param_traits.h index 3c3182c..36417db 100644 --- a/content/public/common/common_param_traits.h +++ b/content/public/common/common_param_traits.h @@ -26,7 +26,7 @@ #include "net/url_request/url_request_status.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebReferrerPolicy.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include "webkit/glue/resource_type.h" class SkBitmap; diff --git a/content/renderer/pepper/pepper_platform_image_2d_impl.cc b/content/renderer/pepper/pepper_platform_image_2d_impl.cc index a609ae8..ffea778 100644 --- a/content/renderer/pepper/pepper_platform_image_2d_impl.cc +++ b/content/renderer/pepper/pepper_platform_image_2d_impl.cc @@ -7,7 +7,7 @@ #include "build/build_config.h" #include "content/common/view_messages.h" #include "content/renderer/render_thread_impl.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" namespace content { diff --git a/content/renderer/render_process_impl.cc b/content/renderer/render_process_impl.cc index ca56ce6..4eec091 100644 --- a/content/renderer/render_process_impl.cc +++ b/content/renderer/render_process_impl.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "content/renderer/render_process_impl.h" + #include "build/build_config.h" #if defined(OS_WIN) @@ -10,8 +12,6 @@ #include <mlang.h> #endif -#include "content/renderer/render_process_impl.h" - #include "base/basictypes.h" #include "base/command_line.h" #include "base/compiler_specific.h" @@ -25,10 +25,10 @@ #include "ipc/ipc_channel.h" #include "ipc/ipc_message_utils.h" #include "skia/ext/platform_canvas.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" +#include "webkit/glue/webkit_glue.h" #include "webkit/plugins/npapi/plugin_instance.h" #include "webkit/plugins/npapi/plugin_lib.h" -#include "webkit/glue/webkit_glue.h" #if defined(OS_MACOSX) #include "base/mac/mac_util.h" diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h index 8030060..8e5522a 100644 --- a/content/renderer/render_view_impl.h +++ b/content/renderer/render_view_impl.h @@ -31,24 +31,24 @@ #include "content/public/common/stop_find_action.h" #include "content/public/renderer/render_view.h" #include "content/renderer/pepper/pepper_plugin_delegate_impl.h" -#include "content/renderer/renderer_webcookiejar_impl.h" #include "content/renderer/render_view_selection.h" #include "content/renderer/render_widget.h" +#include "content/renderer/renderer_webcookiejar_impl.h" #include "ipc/ipc_platform_file.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageSerializerClient.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityState.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h" #include "ui/base/javascript_message_type.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include "webkit/glue/webpreferences.h" #include "webkit/media/webmediaplayer_delegate.h" #include "webkit/plugins/npapi/webplugin_page_delegate.h" diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc index 3ec1865..ed8eb0c 100644 --- a/content/renderer/render_widget.cc +++ b/content/renderer/render_widget.cc @@ -23,31 +23,31 @@ #include "content/renderer/renderer_webkitplatformsupport_impl.h" #include "ipc/ipc_sync_message.h" #include "skia/ext/platform_canvas.h" -#include "third_party/skia/include/core/SkShader.h" -#include "third_party/skia/include/effects/SkTableColorFilter.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPagePopup.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupMenu.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupMenuInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebRange.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" +#include "third_party/skia/include/core/SkShader.h" +#include "third_party/skia/include/effects/SkTableColorFilter.h" #include "ui/gfx/gl/gl_switches.h" #include "ui/gfx/point.h" #include "ui/gfx/size.h" #include "ui/gfx/skia_util.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include "webkit/glue/webkit_glue.h" #include "webkit/plugins/npapi/webplugin.h" #include "webkit/plugins/ppapi/ppapi_plugin_instance.h" #if defined(OS_POSIX) #include "ipc/ipc_channel_posix.h" -#include "third_party/skia/include/core/SkPixelRef.h" #include "third_party/skia/include/core/SkMallocPixelRef.h" +#include "third_party/skia/include/core/SkPixelRef.h" #endif // defined(OS_POSIX) #include "third_party/WebKit/Source/WebKit/chromium/public/WebWidget.h" diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h index ffc0b8b..00ea03c 100644 --- a/content/renderer/render_widget.h +++ b/content/renderer/render_widget.h @@ -20,15 +20,15 @@ #include "ipc/ipc_channel.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderline.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebWidgetClient.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/base/ime/text_input_type.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include "webkit/glue/webcursor.h" struct ViewHostMsg_UpdateRect_Params; diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h index 9d76001..2fb046f 100644 --- a/content/renderer/webplugin_delegate_proxy.h +++ b/content/renderer/webplugin_delegate_proxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -18,7 +18,7 @@ #include "ipc/ipc_message.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include "webkit/plugins/npapi/webplugin_delegate.h" #include "webkit/plugins/webplugininfo.h" diff --git a/content/test/mock_render_process.cc b/content/test/mock_render_process.cc index 3b2d03f..830f5b4 100644 --- a/content/test/mock_render_process.cc +++ b/content/test/mock_render_process.cc @@ -5,7 +5,7 @@ #include "content/test/mock_render_process.h" #include "ui/gfx/rect.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" MockRenderProcess::MockRenderProcess() : transport_dib_next_sequence_number_(0), diff --git a/content/test/render_widget_browsertest.cc b/content/test/render_widget_browsertest.cc index f9f034a..aff788a 100644 --- a/content/test/render_widget_browsertest.cc +++ b/content/test/render_widget_browsertest.cc @@ -17,7 +17,7 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" #include "ui/gfx/codec/jpeg_codec.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" const int RenderWidgetTest::kNumBytesPerPixel = 4; const int RenderWidgetTest::kLargeWidth = 1024; @@ -9,4 +9,5 @@ include_rules = [ "+../service", "+crypto", "+ui/gfx", + "+ui/surface", ] diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc index 1e27efd..6be40c4 100644 --- a/gpu/command_buffer/service/feature_info.cc +++ b/gpu/command_buffer/service/feature_info.cc @@ -11,7 +11,7 @@ #include "ui/gfx/gl/gl_context.h" #include "ui/gfx/gl/gl_implementation.h" #if defined(OS_MACOSX) -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" #endif namespace gpu { diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc index e683128..9568ce1 100644 --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc @@ -12,8 +12,8 @@ #include <string> #include <vector> -#include "base/atomicops.h" #include "base/at_exit.h" +#include "base/atomicops.h" #include "base/bind.h" #include "base/command_line.h" #include "base/debug/trace_event.h" @@ -51,7 +51,7 @@ #include "ui/gfx/gl/gl_implementation.h" #include "ui/gfx/gl/gl_surface.h" #if defined(OS_MACOSX) -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" #endif #if !defined(GL_DEPTH24_STENCIL8) diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi index d9e0121..d7a182e 100644 --- a/gpu/command_buffer_service.gypi +++ b/gpu/command_buffer_service.gypi @@ -17,7 +17,7 @@ '../base/base.gyp:base', '../crypto/crypto.gyp:crypto', '../ui/gfx/gl/gl.gyp:gl', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', '../ui/ui.gyp:ui', '../third_party/angle/src/build_angle.gyp:translator_glsl', ], diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi index dd43216..0654072 100644 --- a/ppapi/ppapi_proxy.gypi +++ b/ppapi/ppapi_proxy.gypi @@ -14,7 +14,7 @@ '../gpu/gpu.gyp:gpu_ipc', '../ipc/ipc.gyp:ipc', '../skia/skia.gyp:skia', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', 'ppapi.gyp:ppapi_c', 'ppapi_shared', ], diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index 2866fed..cdd9fe3 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -29,7 +29,7 @@ '../third_party/icu/icu.gyp:icuuc', # TODO(ananta) : The WebKit dependency needs to move to a new target for NACL. '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', ], 'defines': [ 'PPAPI_SHARED_IMPLEMENTATION', diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi index 56f9c66..10f30e6 100644 --- a/ppapi/ppapi_tests.gypi +++ b/ppapi/ppapi_tests.gypi @@ -171,7 +171,7 @@ '../ipc/ipc.gyp:test_support_ipc', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', - '../ui/gfx/surface/surface.gyp:surface', + '../ui/surface/surface.gyp:surface', ], 'sources': [ 'proxy/run_all_unittests.cc', diff --git a/ppapi/proxy/DEPS b/ppapi/proxy/DEPS index 1bfd52f..28be7cc 100644 --- a/ppapi/proxy/DEPS +++ b/ppapi/proxy/DEPS @@ -3,7 +3,7 @@ include_rules = [ "+ipc", "+gpu", "+skia", - "+ui/gfx/surface", + "+ui/surface", # We don't want the proxy to depend on the C++ layer, which is appropriate # for plugins only. However, the completion callback factory is a very useful diff --git a/ppapi/proxy/ppb_image_data_proxy.cc b/ppapi/proxy/ppb_image_data_proxy.cc index bddf2e7..a92d599 100644 --- a/ppapi/proxy/ppb_image_data_proxy.cc +++ b/ppapi/proxy/ppb_image_data_proxy.cc @@ -23,7 +23,7 @@ #if !defined(OS_NACL) #include "skia/ext/platform_canvas.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #endif namespace ppapi { diff --git a/ui/gfx/surface/OWNERS b/ui/surface/OWNERS index ae53906..fa8215e 100644 --- a/ui/gfx/surface/OWNERS +++ b/ui/surface/OWNERS @@ -3,4 +3,3 @@ pinkerton@chromium.org stuartmorgan@chromium.org backer@chromium.org apatrick@chromium.org - diff --git a/ui/gfx/surface/accelerated_surface_mac.cc b/ui/surface/accelerated_surface_mac.cc index 6978c57..5f2f12f 100644 --- a/ui/gfx/surface/accelerated_surface_mac.cc +++ b/ui/surface/accelerated_surface_mac.cc @@ -1,8 +1,8 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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 "ui/gfx/surface/accelerated_surface_mac.h" +#include "ui/surface/accelerated_surface_mac.h" #include "base/logging.h" #include "base/mac/scoped_cftyperef.h" @@ -12,7 +12,7 @@ #include "ui/gfx/gl/gl_surface.h" #include "ui/gfx/gl/scoped_make_current.h" #include "ui/gfx/rect.h" -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" AcceleratedSurface::AcceleratedSurface() : io_surface_id_(0), diff --git a/ui/gfx/surface/accelerated_surface_mac.h b/ui/surface/accelerated_surface_mac.h index 7cf534b..fc37640 100644 --- a/ui/gfx/surface/accelerated_surface_mac.h +++ b/ui/surface/accelerated_surface_mac.h @@ -1,9 +1,9 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. -#ifndef UI_GFX_SURFACE_ACCELERATED_SURFACE_MAC_H_ -#define UI_GFX_SURFACE_ACCELERATED_SURFACE_MAC_H_ +#ifndef UI_SURFACE_ACCELERATED_SURFACE_MAC_H_ +#define UI_SURFACE_ACCELERATED_SURFACE_MAC_H_ #pragma once #include <CoreFoundation/CoreFoundation.h> @@ -16,8 +16,8 @@ #include "ui/gfx/gl/gpu_preference.h" #include "ui/gfx/rect.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/surface_export.h" -#include "ui/gfx/surface/transport_dib.h" +#include "ui/surface/surface_export.h" +#include "ui/surface/transport_dib.h" // Should not include GL headers in a header file. Forward declare these types // instead. @@ -178,4 +178,4 @@ class SURFACE_EXPORT AcceleratedSurface { base::Callback<void(TransportDIB::Id)> dib_free_callback_; }; -#endif // UI_GFX_SURFACE_ACCELERATED_SURFACE_MAC_H_ +#endif // UI_SURFACE_ACCELERATED_SURFACE_MAC_H_ diff --git a/ui/gfx/surface/accelerated_surface_win.cc b/ui/surface/accelerated_surface_win.cc index c6d18d9..ee1b6c6 100644 --- a/ui/gfx/surface/accelerated_surface_win.cc +++ b/ui/surface/accelerated_surface_win.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "ui/gfx/surface/accelerated_surface_win.h" +#include "ui/surface/accelerated_surface_win.h" #include <windows.h> #include <algorithm> @@ -11,17 +11,17 @@ #include "base/bind_helpers.h" #include "base/callback.h" #include "base/command_line.h" -#include "base/string_number_conversions.h" -#include "base/time.h" #include "base/debug/trace_event.h" #include "base/file_path.h" #include "base/lazy_instance.h" #include "base/memory/scoped_ptr.h" #include "base/scoped_native_library.h" +#include "base/string_number_conversions.h" #include "base/stringprintf.h" #include "base/synchronization/waitable_event.h" #include "base/threading/thread.h" #include "base/threading/thread_restrictions.h" +#include "base/time.h" #include "base/tracked_objects.h" #include "base/win/wrapped_window_proc.h" #include "ui/base/win/hwnd_util.h" diff --git a/ui/gfx/surface/accelerated_surface_win.h b/ui/surface/accelerated_surface_win.h index 8a8da98..967b258 100644 --- a/ui/gfx/surface/accelerated_surface_win.h +++ b/ui/surface/accelerated_surface_win.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef UI_GFX_SURFACE_ACCELERATED_SURFACE_WIN_H_ -#define UI_GFX_SURFACE_ACCELERATED_SURFACE_WIN_H_ +#ifndef UI_SURFACE_ACCELERATED_SURFACE_WIN_H_ +#define UI_SURFACE_ACCELERATED_SURFACE_WIN_H_ #pragma once #include <d3d9.h> @@ -15,7 +15,7 @@ #include "base/win/scoped_comptr.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/size.h" -#include "ui/gfx/surface/surface_export.h" +#include "ui/surface/surface_export.h" class PresentThread; @@ -121,4 +121,4 @@ class SURFACE_EXPORT AcceleratedSurface { DISALLOW_COPY_AND_ASSIGN(AcceleratedSurface); }; -#endif // UI_GFX_SURFACE_ACCELERATED_SURFACE_WIN_H_ +#endif // UI_SURFACE_ACCELERATED_SURFACE_WIN_H_ diff --git a/ui/gfx/surface/io_surface_support_mac.cc b/ui/surface/io_surface_support_mac.cc index df08217..1b2c324 100644 --- a/ui/gfx/surface/io_surface_support_mac.cc +++ b/ui/surface/io_surface_support_mac.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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 <dlfcn.h> #include "base/memory/singleton.h" -#include "ui/gfx/surface/io_surface_support_mac.h" +#include "ui/surface/io_surface_support_mac.h" typedef CFTypeRef (*IOSurfaceCreateProcPtr)(CFDictionaryRef properties); typedef uint32 (*IOSurfaceGetIDProcPtr)(CFTypeRef io_surface); diff --git a/ui/gfx/surface/io_surface_support_mac.h b/ui/surface/io_surface_support_mac.h index b49dbfe..e1d78ef 100644 --- a/ui/gfx/surface/io_surface_support_mac.h +++ b/ui/surface/io_surface_support_mac.h @@ -1,9 +1,9 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. -#ifndef UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_ -#define UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_ +#ifndef UI_SURFACE_IO_SURFACE_SUPPORT_MAC_H_ +#define UI_SURFACE_IO_SURFACE_SUPPORT_MAC_H_ #pragma once #include <CoreFoundation/CoreFoundation.h> @@ -11,7 +11,7 @@ #include <OpenGL/OpenGL.h> #include "base/basictypes.h" -#include "ui/gfx/surface/surface_export.h" +#include "ui/surface/surface_export.h" // This Mac OS X-specific class provides dynamically-linked access to // IOSurface.framework, which is only available on 10.6 and later. @@ -67,5 +67,4 @@ class SURFACE_EXPORT IOSurfaceSupport { DISALLOW_COPY_AND_ASSIGN(IOSurfaceSupport); }; -#endif // UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_ - +#endif // UI_SURFACE_IO_SURFACE_SUPPORT_MAC_H_ diff --git a/ui/gfx/surface/surface.gyp b/ui/surface/surface.gyp index e11c492..af52fef 100644 --- a/ui/gfx/surface/surface.gyp +++ b/ui/surface/surface.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 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. diff --git a/ui/gfx/surface/surface_export.h b/ui/surface/surface_export.h index 9b8420a..1b2164e 100644 --- a/ui/gfx/surface/surface_export.h +++ b/ui/surface/surface_export.h @@ -1,9 +1,9 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. -#ifndef UI_GFX_SURFACE_SURFACE_EXPORT_H_ -#define UI_GFX_SURFACE_SURFACE_EXPORT_H_ +#ifndef UI_SURFACE_SURFACE_EXPORT_H_ +#define UI_SURFACE_SURFACE_EXPORT_H_ #pragma once #if defined(COMPONENT_BUILD) @@ -23,4 +23,4 @@ #define SURFACE_EXPORT #endif -#endif // UI_GFX_SURFACE_SURFACE_EXPORT_H_ +#endif // UI_SURFACE_SURFACE_EXPORT_H_ diff --git a/ui/gfx/surface/transport_dib.h b/ui/surface/transport_dib.h index 4e4d62a..f323f1f 100644 --- a/ui/gfx/surface/transport_dib.h +++ b/ui/surface/transport_dib.h @@ -1,13 +1,13 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. -#ifndef UI_GFX_SURFACE_TRANSPORT_DIB_H_ -#define UI_GFX_SURFACE_TRANSPORT_DIB_H_ +#ifndef UI_SURFACE_TRANSPORT_DIB_H_ +#define UI_SURFACE_TRANSPORT_DIB_H_ #pragma once #include "base/basictypes.h" -#include "ui/gfx/surface/surface_export.h" +#include "ui/surface/surface_export.h" #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_ANDROID) #include "base/shared_memory.h" @@ -214,4 +214,4 @@ class SURFACE_EXPORT TransportDIB { DISALLOW_COPY_AND_ASSIGN(TransportDIB); }; -#endif // UI_GFX_SURFACE_TRANSPORT_DIB_H_ +#endif // UI_SURFACE_TRANSPORT_DIB_H_ diff --git a/ui/gfx/surface/transport_dib_android.cc b/ui/surface/transport_dib_android.cc index 432ae71..54f8dc3 100644 --- a/ui/gfx/surface/transport_dib_android.cc +++ b/ui/surface/transport_dib_android.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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 "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" -#include <unistd.h> #include <sys/stat.h> +#include <unistd.h> #include "base/eintr_wrapper.h" #include "base/logging.h" diff --git a/ui/gfx/surface/transport_dib_linux.cc b/ui/surface/transport_dib_linux.cc index c41ea9e..ae407f9 100644 --- a/ui/gfx/surface/transport_dib_linux.cc +++ b/ui/surface/transport_dib_linux.cc @@ -1,8 +1,8 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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 "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include <errno.h> #include <stdlib.h> diff --git a/ui/gfx/surface/transport_dib_mac.cc b/ui/surface/transport_dib_mac.cc index 23c6f37..37ce877 100644 --- a/ui/gfx/surface/transport_dib_mac.cc +++ b/ui/surface/transport_dib_mac.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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 "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" -#include <unistd.h> #include <sys/stat.h> +#include <unistd.h> #include "base/eintr_wrapper.h" #include "base/logging.h" diff --git a/ui/gfx/surface/transport_dib_win.cc b/ui/surface/transport_dib_win.cc index a7df666..c30e7c4c 100644 --- a/ui/gfx/surface/transport_dib_win.cc +++ b/ui/surface/transport_dib_win.cc @@ -1,8 +1,8 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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 "ui/gfx/surface/transport_dib.h" +#include "ui/surface/transport_dib.h" #include <windows.h> |