diff options
author | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 05:12:59 +0000 |
---|---|---|
committer | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 05:12:59 +0000 |
commit | b7c82d74fc966922b046b53ea4ef1428cf616208 (patch) | |
tree | 512ba643745f7113686742d70e07119c36e6d036 /content/browser | |
parent | 5f56d196352243a42d86fe9324f608d0dc1105b7 (diff) | |
download | chromium_src-b7c82d74fc966922b046b53ea4ef1428cf616208.zip chromium_src-b7c82d74fc966922b046b53ea4ef1428cf616208.tar.gz chromium_src-b7c82d74fc966922b046b53ea4ef1428cf616208.tar.bz2 |
Add the UI compositor to the Mac build
Move the bulk of the files in content/browser/aura to
content/browser/compositor, since they're not aura-specific.
Build all of those files in the Mac build, and add ui/compositor
to the dependencies of the Mac build. These files will soon only
be excluded from the Android build.
BUG=314190
Review URL: https://codereview.chromium.org/137893007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser')
-rw-r--r-- | content/browser/browser_main_loop.cc | 2 | ||||
-rw-r--r-- | content/browser/compositor/OWNERS (renamed from content/browser/aura/OWNERS) | 0 | ||||
-rw-r--r-- | content/browser/compositor/browser_compositor_output_surface.cc (renamed from content/browser/aura/browser_compositor_output_surface.cc) | 6 | ||||
-rw-r--r-- | content/browser/compositor/browser_compositor_output_surface.h (renamed from content/browser/aura/browser_compositor_output_surface.h) | 8 | ||||
-rw-r--r-- | content/browser/compositor/browser_compositor_output_surface_proxy.cc (renamed from content/browser/aura/browser_compositor_output_surface_proxy.cc) | 6 | ||||
-rw-r--r-- | content/browser/compositor/browser_compositor_output_surface_proxy.h (renamed from content/browser/aura/browser_compositor_output_surface_proxy.h) | 8 | ||||
-rw-r--r-- | content/browser/compositor/gpu_browser_compositor_output_surface.cc (renamed from content/browser/aura/gpu_browser_compositor_output_surface.cc) | 6 | ||||
-rw-r--r-- | content/browser/compositor/gpu_browser_compositor_output_surface.h (renamed from content/browser/aura/gpu_browser_compositor_output_surface.h) | 10 | ||||
-rw-r--r-- | content/browser/compositor/gpu_process_transport_factory.cc (renamed from content/browser/aura/gpu_process_transport_factory.cc) | 20 | ||||
-rw-r--r-- | content/browser/compositor/gpu_process_transport_factory.h (renamed from content/browser/aura/gpu_process_transport_factory.h) | 10 | ||||
-rw-r--r-- | content/browser/compositor/image_transport_factory.cc (renamed from content/browser/aura/image_transport_factory.cc) | 8 | ||||
-rw-r--r-- | content/browser/compositor/image_transport_factory.h (renamed from content/browser/aura/image_transport_factory.h) | 8 | ||||
-rw-r--r-- | content/browser/compositor/image_transport_factory_browsertest.cc (renamed from content/browser/aura/image_transport_factory_browsertest.cc) | 4 | ||||
-rw-r--r-- | content/browser/compositor/no_transport_image_transport_factory.cc (renamed from content/browser/aura/no_transport_image_transport_factory.cc) | 4 | ||||
-rw-r--r-- | content/browser/compositor/no_transport_image_transport_factory.h (renamed from content/browser/aura/no_transport_image_transport_factory.h) | 10 | ||||
-rw-r--r-- | content/browser/compositor/owned_mailbox.cc (renamed from content/browser/aura/owned_mailbox.cc) | 6 | ||||
-rw-r--r-- | content/browser/compositor/owned_mailbox.h (renamed from content/browser/aura/owned_mailbox.h) | 4 | ||||
-rw-r--r-- | content/browser/compositor/reflector_impl.cc (renamed from content/browser/aura/reflector_impl.cc) | 6 | ||||
-rw-r--r-- | content/browser/compositor/reflector_impl.h (renamed from content/browser/aura/reflector_impl.h) | 10 | ||||
-rw-r--r-- | content/browser/compositor/resize_lock.cc (renamed from content/browser/aura/resize_lock.cc) | 4 | ||||
-rw-r--r-- | content/browser/compositor/resize_lock.h (renamed from content/browser/aura/resize_lock.h) | 8 | ||||
-rw-r--r-- | content/browser/compositor/software_browser_compositor_output_surface.cc (renamed from content/browser/aura/software_browser_compositor_output_surface.cc) | 6 | ||||
-rw-r--r-- | content/browser/compositor/software_browser_compositor_output_surface.h (renamed from content/browser/aura/software_browser_compositor_output_surface.h) | 10 | ||||
-rw-r--r-- | content/browser/compositor/software_browser_compositor_output_surface_unittest.cc (renamed from content/browser/aura/software_browser_compositor_output_surface_unittest.cc) | 6 | ||||
-rw-r--r-- | content/browser/compositor/software_output_device_ozone.cc (renamed from content/browser/aura/software_output_device_ozone.cc) | 4 | ||||
-rw-r--r-- | content/browser/compositor/software_output_device_ozone.h (renamed from content/browser/aura/software_output_device_ozone.h) | 8 | ||||
-rw-r--r-- | content/browser/compositor/software_output_device_ozone_unittest.cc (renamed from content/browser/aura/software_output_device_ozone_unittest.cc) | 4 | ||||
-rw-r--r-- | content/browser/compositor/software_output_device_win.cc (renamed from content/browser/aura/software_output_device_win.cc) | 4 | ||||
-rw-r--r-- | content/browser/compositor/software_output_device_win.h (renamed from content/browser/aura/software_output_device_win.h) | 8 | ||||
-rw-r--r-- | content/browser/compositor/software_output_device_x11.cc (renamed from content/browser/aura/software_output_device_x11.cc) | 4 | ||||
-rw-r--r-- | content/browser/compositor/software_output_device_x11.h (renamed from content/browser/aura/software_output_device_x11.h) | 8 | ||||
-rw-r--r-- | content/browser/renderer_host/compositor_resize_lock_aura.cc (renamed from content/browser/aura/compositor_resize_lock.cc) | 4 | ||||
-rw-r--r-- | content/browser/renderer_host/compositor_resize_lock_aura.h (renamed from content/browser/aura/compositor_resize_lock.h) | 10 | ||||
-rw-r--r-- | content/browser/renderer_host/media/desktop_capture_device_aura.cc | 2 | ||||
-rw-r--r-- | content/browser/renderer_host/render_widget_host_unittest.cc | 2 | ||||
-rw-r--r-- | content/browser/renderer_host/render_widget_host_view_aura.cc | 2 | ||||
-rw-r--r-- | content/browser/renderer_host/render_widget_host_view_aura.h | 4 | ||||
-rw-r--r-- | content/browser/renderer_host/render_widget_host_view_aura_unittest.cc | 2 |
38 files changed, 118 insertions, 118 deletions
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc index 250cb36..5f01211 100644 --- a/content/browser/browser_main_loop.cc +++ b/content/browser/browser_main_loop.cc @@ -63,7 +63,7 @@ #include "ui/base/clipboard/clipboard.h" #if defined(USE_AURA) -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #endif #if defined(OS_ANDROID) diff --git a/content/browser/aura/OWNERS b/content/browser/compositor/OWNERS index 3b61cda..3b61cda 100644 --- a/content/browser/aura/OWNERS +++ b/content/browser/compositor/OWNERS diff --git a/content/browser/aura/browser_compositor_output_surface.cc b/content/browser/compositor/browser_compositor_output_surface.cc index 2125d38..d3ceb2a 100644 --- a/content/browser/aura/browser_compositor_output_surface.cc +++ b/content/browser/compositor/browser_compositor_output_surface.cc @@ -1,15 +1,15 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface.h" #include "base/bind.h" #include "base/command_line.h" #include "base/location.h" #include "base/message_loop/message_loop_proxy.h" #include "base/strings/string_number_conversions.h" -#include "content/browser/aura/reflector_impl.h" +#include "content/browser/compositor/reflector_impl.h" #include "content/common/gpu/client/context_provider_command_buffer.h" #include "ui/compositor/compositor.h" #include "ui/compositor/compositor_switches.h" diff --git a/content/browser/aura/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h index 79f757a..de7ea9b 100644 --- a/content/browser/aura/browser_compositor_output_surface.h +++ b/content/browser/compositor/browser_compositor_output_surface.h @@ -1,9 +1,9 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ -#define CONTENT_BROWSER_AURA_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#define CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ #include "base/id_map.h" #include "base/memory/weak_ptr.h" @@ -71,4 +71,4 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface } // namespace content -#endif // CONTENT_BROWSER_AURA_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ diff --git a/content/browser/aura/browser_compositor_output_surface_proxy.cc b/content/browser/compositor/browser_compositor_output_surface_proxy.cc index e86e5b8..d95c9b0 100644 --- a/content/browser/aura/browser_compositor_output_surface_proxy.cc +++ b/content/browser/compositor/browser_compositor_output_surface_proxy.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/browser_compositor_output_surface_proxy.h" +#include "content/browser/compositor/browser_compositor_output_surface_proxy.h" #include "base/bind.h" -#include "content/browser/aura/browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface.h" #include "content/browser/gpu/browser_gpu_channel_host_factory.h" #include "content/common/gpu/gpu_messages.h" diff --git a/content/browser/aura/browser_compositor_output_surface_proxy.h b/content/browser/compositor/browser_compositor_output_surface_proxy.h index 0c5ffcd..644516e 100644 --- a/content/browser/aura/browser_compositor_output_surface_proxy.h +++ b/content/browser/compositor/browser_compositor_output_surface_proxy.h @@ -1,9 +1,9 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_BROWSER_COMPOSITOR_OUTPUT_SURFACE_PROXY_H_ -#define CONTENT_BROWSER_AURA_BROWSER_COMPOSITOR_OUTPUT_SURFACE_PROXY_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_PROXY_H_ +#define CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_PROXY_H_ #include "base/id_map.h" #include "base/memory/ref_counted.h" @@ -48,4 +48,4 @@ class CONTENT_EXPORT BrowserCompositorOutputSurfaceProxy } // namespace content -#endif // CONTENT_BROWSER_AURA_BROWSER_COMPOSITOR_OUTPUT_SURFACE_PROXY_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_PROXY_H_ diff --git a/content/browser/aura/gpu_browser_compositor_output_surface.cc b/content/browser/compositor/gpu_browser_compositor_output_surface.cc index 8c37780..17c4780 100644 --- a/content/browser/aura/gpu_browser_compositor_output_surface.cc +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc @@ -1,11 +1,11 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/gpu_browser_compositor_output_surface.h" +#include "content/browser/compositor/gpu_browser_compositor_output_surface.h" #include "cc/output/compositor_frame.h" -#include "content/browser/aura/reflector_impl.h" +#include "content/browser/compositor/reflector_impl.h" #include "content/common/gpu/client/context_provider_command_buffer.h" #include "gpu/command_buffer/client/gles2_interface.h" diff --git a/content/browser/aura/gpu_browser_compositor_output_surface.h b/content/browser/compositor/gpu_browser_compositor_output_surface.h index 76b9724..c677839 100644 --- a/content/browser/aura/gpu_browser_compositor_output_surface.h +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h @@ -1,11 +1,11 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ -#define CONTENT_BROWSER_AURA_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#define CONTENT_BROWSER_COMPOSITOR_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ -#include "content/browser/aura/browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface.h" namespace content { @@ -33,4 +33,4 @@ class GpuBrowserCompositorOutputSurface } // namespace content -#endif // CONTENT_BROWSER_AURA_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_GPU_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc index 8250d47..b6e8cbf 100644 --- a/content/browser/aura/gpu_process_transport_factory.cc +++ b/content/browser/compositor/gpu_process_transport_factory.cc @@ -1,8 +1,8 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/gpu_process_transport_factory.h" +#include "content/browser/compositor/gpu_process_transport_factory.h" #include <string> @@ -13,11 +13,11 @@ #include "base/metrics/histogram.h" #include "cc/output/compositor_frame.h" #include "cc/output/output_surface.h" -#include "content/browser/aura/browser_compositor_output_surface.h" -#include "content/browser/aura/browser_compositor_output_surface_proxy.h" -#include "content/browser/aura/gpu_browser_compositor_output_surface.h" -#include "content/browser/aura/reflector_impl.h" -#include "content/browser/aura/software_browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface_proxy.h" +#include "content/browser/compositor/gpu_browser_compositor_output_surface.h" +#include "content/browser/compositor/reflector_impl.h" +#include "content/browser/compositor/software_browser_compositor_output_surface.h" #include "content/browser/gpu/browser_gpu_channel_host_factory.h" #include "content/browser/gpu/gpu_data_manager_impl.h" #include "content/browser/gpu/gpu_surface_tracker.h" @@ -36,12 +36,12 @@ #include "ui/gfx/size.h" #if defined(OS_WIN) -#include "content/browser/aura/software_output_device_win.h" +#include "content/browser/compositor/software_output_device_win.h" #include "ui/surface/accelerated_surface_win.h" #elif defined(USE_OZONE) -#include "content/browser/aura/software_output_device_ozone.h" +#include "content/browser/compositor/software_output_device_ozone.h" #elif defined(USE_X11) -#include "content/browser/aura/software_output_device_x11.h" +#include "content/browser/compositor/software_output_device_x11.h" #endif using cc::ContextProvider; diff --git a/content/browser/aura/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h index 4ae89fe..6139f21 100644 --- a/content/browser/aura/gpu_process_transport_factory.h +++ b/content/browser/compositor/gpu_process_transport_factory.h @@ -1,9 +1,9 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_GPU_PROCESS_TRANSPORT_FACTORY_H_ -#define CONTENT_BROWSER_AURA_GPU_PROCESS_TRANSPORT_FACTORY_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_GPU_PROCESS_TRANSPORT_FACTORY_H_ +#define CONTENT_BROWSER_COMPOSITOR_GPU_PROCESS_TRANSPORT_FACTORY_H_ #include <map> @@ -12,7 +12,7 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/observer_list.h" -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #include "ui/compositor/compositor.h" namespace content { @@ -92,4 +92,4 @@ class GpuProcessTransportFactory } // namespace content -#endif // CONTENT_BROWSER_AURA_GPU_PROCESS_TRANSPORT_FACTORY_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_GPU_PROCESS_TRANSPORT_FACTORY_H_ diff --git a/content/browser/aura/image_transport_factory.cc b/content/browser/compositor/image_transport_factory.cc index 4a20e7d..becdc68 100644 --- a/content/browser/aura/image_transport_factory.cc +++ b/content/browser/compositor/image_transport_factory.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" -#include "content/browser/aura/gpu_process_transport_factory.h" -#include "content/browser/aura/no_transport_image_transport_factory.h" +#include "content/browser/compositor/gpu_process_transport_factory.h" +#include "content/browser/compositor/no_transport_image_transport_factory.h" #include "ui/compositor/compositor.h" namespace content { diff --git a/content/browser/aura/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h index b2c807f..5901125 100644 --- a/content/browser/aura/image_transport_factory.h +++ b/content/browser/compositor/image_transport_factory.h @@ -1,9 +1,9 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_IMAGE_TRANSPORT_FACTORY_H_ -#define CONTENT_BROWSER_AURA_IMAGE_TRANSPORT_FACTORY_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_IMAGE_TRANSPORT_FACTORY_H_ +#define CONTENT_BROWSER_COMPOSITOR_IMAGE_TRANSPORT_FACTORY_H_ #include <string> @@ -91,4 +91,4 @@ class CONTENT_EXPORT ImageTransportFactory { } // namespace content -#endif // CONTENT_BROWSER_AURA_IMAGE_TRANSPORT_FACTORY_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_IMAGE_TRANSPORT_FACTORY_H_ diff --git a/content/browser/aura/image_transport_factory_browsertest.cc b/content/browser/compositor/image_transport_factory_browsertest.cc index bf770a7..8e53b42 100644 --- a/content/browser/aura/image_transport_factory_browsertest.cc +++ b/content/browser/compositor/image_transport_factory_browsertest.cc @@ -1,10 +1,10 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "base/run_loop.h" #include "cc/output/context_provider.h" -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #include "content/public/browser/gpu_data_manager.h" #include "content/test/content_browser_test.h" #include "gpu/GLES2/gl2extchromium.h" diff --git a/content/browser/aura/no_transport_image_transport_factory.cc b/content/browser/compositor/no_transport_image_transport_factory.cc index 010500c..f278e49 100644 --- a/content/browser/aura/no_transport_image_transport_factory.cc +++ b/content/browser/compositor/no_transport_image_transport_factory.cc @@ -1,8 +1,8 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/no_transport_image_transport_factory.h" +#include "content/browser/compositor/no_transport_image_transport_factory.h" #include "cc/output/context_provider.h" #include "content/common/gpu/client/gl_helper.h" diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/compositor/no_transport_image_transport_factory.h index da2a1f4..c4c2c20 100644 --- a/content/browser/aura/no_transport_image_transport_factory.h +++ b/content/browser/compositor/no_transport_image_transport_factory.h @@ -1,12 +1,12 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_ -#define CONTENT_BROWSER_AURA_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_ +#define CONTENT_BROWSER_COMPOSITOR_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_ #include "base/memory/scoped_ptr.h" -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" namespace cc { class ContextProvider; @@ -44,4 +44,4 @@ class NoTransportImageTransportFactory : public ImageTransportFactory { } // namespace content -#endif // CONTENT_BROWSER_AURA_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_ diff --git a/content/browser/aura/owned_mailbox.cc b/content/browser/compositor/owned_mailbox.cc index 5994903..06a60e4 100644 --- a/content/browser/aura/owned_mailbox.cc +++ b/content/browser/compositor/owned_mailbox.cc @@ -1,11 +1,11 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/owned_mailbox.h" +#include "content/browser/compositor/owned_mailbox.h" #include "base/logging.h" -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #include "content/common/gpu/client/gl_helper.h" namespace content { diff --git a/content/browser/aura/owned_mailbox.h b/content/browser/compositor/owned_mailbox.h index 3c0c0ca..a574ae4 100644 --- a/content/browser/aura/owned_mailbox.h +++ b/content/browser/compositor/owned_mailbox.h @@ -1,9 +1,9 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "base/memory/ref_counted.h" -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #include "gpu/command_buffer/common/mailbox.h" namespace content { diff --git a/content/browser/aura/reflector_impl.cc b/content/browser/compositor/reflector_impl.cc index 6d8e89d..b4ddd9f 100644 --- a/content/browser/aura/reflector_impl.cc +++ b/content/browser/compositor/reflector_impl.cc @@ -1,12 +1,12 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/reflector_impl.h" +#include "content/browser/compositor/reflector_impl.h" #include "base/bind.h" #include "base/location.h" -#include "content/browser/aura/browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface.h" #include "content/common/gpu/client/gl_helper.h" #include "ui/compositor/layer.h" diff --git a/content/browser/aura/reflector_impl.h b/content/browser/compositor/reflector_impl.h index e5b5128..c5df1e2 100644 --- a/content/browser/aura/reflector_impl.h +++ b/content/browser/compositor/reflector_impl.h @@ -1,14 +1,14 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_REFLECTOR_IMPL_H_ -#define CONTENT_BROWSER_AURA_REFLECTOR_IMPL_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_REFLECTOR_IMPL_H_ +#define CONTENT_BROWSER_COMPOSITOR_REFLECTOR_IMPL_H_ #include "base/id_map.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #include "ui/compositor/reflector.h" #include "ui/gfx/size.h" @@ -122,4 +122,4 @@ class ReflectorImpl : public ImageTransportFactoryObserver, } // namespace content -#endif // CONTENT_BROWSER_AURA_REFLECTOR_IMPL_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_REFLECTOR_IMPL_H_ diff --git a/content/browser/aura/resize_lock.cc b/content/browser/compositor/resize_lock.cc index 4c8cd95..ddbc443 100644 --- a/content/browser/aura/resize_lock.cc +++ b/content/browser/compositor/resize_lock.cc @@ -1,8 +1,8 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/resize_lock.h" +#include "content/browser/compositor/resize_lock.h" namespace content { diff --git a/content/browser/aura/resize_lock.h b/content/browser/compositor/resize_lock.h index cff9822..07acff3 100644 --- a/content/browser/aura/resize_lock.h +++ b/content/browser/compositor/resize_lock.h @@ -1,9 +1,9 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_RESIZE_LOCK_H_ -#define CONTENT_BROWSER_AURA_RESIZE_LOCK_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_ +#define CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_ #include "base/basictypes.h" #include "content/common/content_export.h" @@ -34,4 +34,4 @@ class CONTENT_EXPORT ResizeLock { } // namespace content -#endif // CONTENT_BROWSER_AURA_RESIZE_LOCK_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_ diff --git a/content/browser/aura/software_browser_compositor_output_surface.cc b/content/browser/compositor/software_browser_compositor_output_surface.cc index 6516f93..9dcaf24 100644 --- a/content/browser/aura/software_browser_compositor_output_surface.cc +++ b/content/browser/compositor/software_browser_compositor_output_surface.cc @@ -1,15 +1,15 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/software_browser_compositor_output_surface.h" +#include "content/browser/compositor/software_browser_compositor_output_surface.h" #include "base/memory/ref_counted.h" #include "base/message_loop/message_loop.h" #include "base/time/time.h" #include "cc/output/compositor_frame.h" #include "cc/output/software_output_device.h" -#include "content/browser/aura/browser_compositor_output_surface_proxy.h" +#include "content/browser/compositor/browser_compositor_output_surface_proxy.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "ui/events/latency_info.h" #include "ui/gfx/vsync_provider.h" diff --git a/content/browser/aura/software_browser_compositor_output_surface.h b/content/browser/compositor/software_browser_compositor_output_surface.h index 79c7901..88bf9a9 100644 --- a/content/browser/aura/software_browser_compositor_output_surface.h +++ b/content/browser/compositor/software_browser_compositor_output_surface.h @@ -1,12 +1,12 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ -#define CONTENT_BROWSER_AURA_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#define CONTENT_BROWSER_COMPOSITOR_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ #include "base/memory/weak_ptr.h" -#include "content/browser/aura/browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface.h" #include "content/common/content_export.h" #include "ui/compositor/compositor.h" @@ -47,4 +47,4 @@ class CONTENT_EXPORT SoftwareBrowserCompositorOutputSurface } // namespace content -#endif // CONTENT_BROWSER_AURA_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_SOFTWARE_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ diff --git a/content/browser/aura/software_browser_compositor_output_surface_unittest.cc b/content/browser/compositor/software_browser_compositor_output_surface_unittest.cc index 14312d2..c67bb8d 100644 --- a/content/browser/aura/software_browser_compositor_output_surface_unittest.cc +++ b/content/browser/compositor/software_browser_compositor_output_surface_unittest.cc @@ -1,11 +1,11 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "base/message_loop/message_loop.h" #include "cc/output/compositor_frame.h" -#include "content/browser/aura/browser_compositor_output_surface_proxy.h" -#include "content/browser/aura/software_browser_compositor_output_surface.h" +#include "content/browser/compositor/browser_compositor_output_surface_proxy.h" +#include "content/browser/compositor/software_browser_compositor_output_surface.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/compositor/test/context_factories_for_test.h" #include "ui/gfx/vsync_provider.h" diff --git a/content/browser/aura/software_output_device_ozone.cc b/content/browser/compositor/software_output_device_ozone.cc index 29b322e..bafd1a9 100644 --- a/content/browser/aura/software_output_device_ozone.cc +++ b/content/browser/compositor/software_output_device_ozone.cc @@ -1,8 +1,8 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/software_output_device_ozone.h" +#include "content/browser/compositor/software_output_device_ozone.h" #include "third_party/skia/include/core/SkBitmapDevice.h" #include "third_party/skia/include/core/SkDevice.h" #include "ui/compositor/compositor.h" diff --git a/content/browser/aura/software_output_device_ozone.h b/content/browser/compositor/software_output_device_ozone.h index d4c6554..bff10d2 100644 --- a/content/browser/aura/software_output_device_ozone.h +++ b/content/browser/compositor/software_output_device_ozone.h @@ -1,9 +1,9 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_OZONE_H_ -#define CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_OZONE_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_OZONE_H_ +#define CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_OZONE_H_ #include "cc/output/software_output_device.h" #include "content/common/content_export.h" @@ -38,4 +38,4 @@ class CONTENT_EXPORT SoftwareOutputDeviceOzone } // namespace content -#endif // CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_OZONE_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_OZONE_H_ diff --git a/content/browser/aura/software_output_device_ozone_unittest.cc b/content/browser/compositor/software_output_device_ozone_unittest.cc index 64724ab..1e84626 100644 --- a/content/browser/aura/software_output_device_ozone_unittest.cc +++ b/content/browser/compositor/software_output_device_ozone_unittest.cc @@ -1,11 +1,11 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" #include "cc/output/software_frame_data.h" -#include "content/browser/aura/software_output_device_ozone.h" +#include "content/browser/compositor/software_output_device_ozone.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/core/SkBitmapDevice.h" #include "ui/compositor/compositor.h" diff --git a/content/browser/aura/software_output_device_win.cc b/content/browser/compositor/software_output_device_win.cc index b6e9d78..72f2474 100644 --- a/content/browser/aura/software_output_device_win.cc +++ b/content/browser/compositor/software_output_device_win.cc @@ -1,8 +1,8 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/software_output_device_win.h" +#include "content/browser/compositor/software_output_device_win.h" #include "content/public/browser/browser_thread.h" #include "third_party/skia/include/core/SkBitmap.h" diff --git a/content/browser/aura/software_output_device_win.h b/content/browser/compositor/software_output_device_win.h index 5518de2..4362732 100644 --- a/content/browser/aura/software_output_device_win.h +++ b/content/browser/compositor/software_output_device_win.h @@ -1,9 +1,9 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_WIN_H_ -#define CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_WIN_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_WIN_H_ +#define CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_WIN_H_ #include "base/memory/scoped_ptr.h" #include "cc/output/software_output_device.h" @@ -39,4 +39,4 @@ class SoftwareOutputDeviceWin : public cc::SoftwareOutputDevice { } // namespace content -#endif // CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_WIN_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_WIN_H_ diff --git a/content/browser/aura/software_output_device_x11.cc b/content/browser/compositor/software_output_device_x11.cc index 51e54db..3e376f6 100644 --- a/content/browser/aura/software_output_device_x11.cc +++ b/content/browser/compositor/software_output_device_x11.cc @@ -1,8 +1,8 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/software_output_device_x11.h" +#include "content/browser/compositor/software_output_device_x11.h" #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/content/browser/aura/software_output_device_x11.h b/content/browser/compositor/software_output_device_x11.h index 799a65e..0bd07c3 100644 --- a/content/browser/aura/software_output_device_x11.h +++ b/content/browser/compositor/software_output_device_x11.h @@ -1,9 +1,9 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_X11_H_ -#define CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_X11_H_ +#ifndef CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_X11_H_ +#define CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_X11_H_ #include <X11/Xlib.h> @@ -33,4 +33,4 @@ class SoftwareOutputDeviceX11 : public cc::SoftwareOutputDevice { } // namespace content -#endif // CONTENT_BROWSER_AURA_SOFTWARE_OUTPUT_DEVICE_X11_H_ +#endif // CONTENT_BROWSER_COMPOSITOR_SOFTWARE_OUTPUT_DEVICE_X11_H_ diff --git a/content/browser/aura/compositor_resize_lock.cc b/content/browser/renderer_host/compositor_resize_lock_aura.cc index a0f17aa..53c2c5b 100644 --- a/content/browser/aura/compositor_resize_lock.cc +++ b/content/browser/renderer_host/compositor_resize_lock_aura.cc @@ -1,8 +1,8 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 "content/browser/aura/compositor_resize_lock.h" +#include "content/browser/renderer_host/compositor_resize_lock_aura.h" #include "base/debug/trace_event.h" #include "content/public/browser/browser_thread.h" diff --git a/content/browser/aura/compositor_resize_lock.h b/content/browser/renderer_host/compositor_resize_lock_aura.h index 51787e4..6963ac2 100644 --- a/content/browser/aura/compositor_resize_lock.h +++ b/content/browser/renderer_host/compositor_resize_lock_aura.h @@ -1,14 +1,14 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. +// Copyright 2014 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 CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_ -#define CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_ +#ifndef CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_ +#define CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_ #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" #include "base/time/time.h" -#include "content/browser/aura/resize_lock.h" +#include "content/browser/compositor/resize_lock.h" namespace aura { class RootWindow; } @@ -43,4 +43,4 @@ class CompositorResizeLock : public ResizeLock { } // namespace content -#endif // CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_ +#endif // CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_ diff --git a/content/browser/renderer_host/media/desktop_capture_device_aura.cc b/content/browser/renderer_host/media/desktop_capture_device_aura.cc index 3f8b66f..03e9c89 100644 --- a/content/browser/renderer_host/media/desktop_capture_device_aura.cc +++ b/content/browser/renderer_host/media/desktop_capture_device_aura.cc @@ -8,7 +8,7 @@ #include "base/timer/timer.h" #include "cc/output/copy_output_request.h" #include "cc/output/copy_output_result.h" -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #include "content/browser/renderer_host/media/video_capture_device_impl.h" #include "content/common/gpu/client/gl_helper.h" #include "content/public/browser/browser_thread.h" diff --git a/content/browser/renderer_host/render_widget_host_unittest.cc b/content/browser/renderer_host/render_widget_host_unittest.cc index cd3abed..3de0ff1 100644 --- a/content/browser/renderer_host/render_widget_host_unittest.cc +++ b/content/browser/renderer_host/render_widget_host_unittest.cc @@ -35,7 +35,7 @@ #include "ui/gfx/screen.h" #if defined(USE_AURA) -#include "content/browser/aura/image_transport_factory.h" +#include "content/browser/compositor/image_transport_factory.h" #include "content/browser/renderer_host/render_widget_host_view_aura.h" #include "ui/aura/env.h" #include "ui/aura/test/test_screen.h" diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc index ed380e1..720d820 100644 --- a/content/browser/renderer_host/render_widget_host_view_aura.cc +++ b/content/browser/renderer_host/render_widget_host_view_aura.cc @@ -22,9 +22,9 @@ #include "cc/trees/layer_tree_settings.h" #include "content/browser/accessibility/browser_accessibility_manager.h" #include "content/browser/accessibility/browser_accessibility_state_impl.h" -#include "content/browser/aura/compositor_resize_lock.h" #include "content/browser/gpu/compositor_util.h" #include "content/browser/renderer_host/backing_store_aura.h" +#include "content/browser/renderer_host/compositor_resize_lock_aura.h" #include "content/browser/renderer_host/dip_util.h" #include "content/browser/renderer_host/input/synthetic_gesture_target_aura.h" #include "content/browser/renderer_host/overscroll_controller.h" diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h index 24599a4..37f5f4e 100644 --- a/content/browser/renderer_host/render_widget_host_view_aura.h +++ b/content/browser/renderer_host/render_widget_host_view_aura.h @@ -20,8 +20,8 @@ #include "cc/layers/delegated_frame_resource_collection.h" #include "cc/resources/texture_mailbox.h" #include "content/browser/accessibility/browser_accessibility_manager.h" -#include "content/browser/aura/image_transport_factory.h" -#include "content/browser/aura/owned_mailbox.h" +#include "content/browser/compositor/image_transport_factory.h" +#include "content/browser/compositor/owned_mailbox.h" #include "content/browser/renderer_host/delegated_frame_evictor.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" #include "content/browser/renderer_host/software_frame_manager.h" diff --git a/content/browser/renderer_host/render_widget_host_view_aura_unittest.cc b/content/browser/renderer_host/render_widget_host_view_aura_unittest.cc index 3349843..9977aaa 100644 --- a/content/browser/renderer_host/render_widget_host_view_aura_unittest.cc +++ b/content/browser/renderer_host/render_widget_host_view_aura_unittest.cc @@ -13,8 +13,8 @@ #include "cc/output/compositor_frame_metadata.h" #include "cc/output/copy_output_request.h" #include "cc/output/gl_frame_data.h" -#include "content/browser/aura/resize_lock.h" #include "content/browser/browser_thread_impl.h" +#include "content/browser/compositor/resize_lock.h" #include "content/browser/renderer_host/render_widget_host_delegate.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "content/common/gpu/gpu_messages.h" |