diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/common/gpu/transport_texture.cc (renamed from content/gpu/transport_texture.cc) | 2 | ||||
-rw-r--r-- | content/common/gpu/transport_texture.h (renamed from content/gpu/transport_texture.h) | 6 | ||||
-rw-r--r-- | content/content_common.gypi | 2 | ||||
-rw-r--r-- | content/content_gpu.gypi | 2 | ||||
-rw-r--r-- | content/gpu/gpu_info_collector_unittest_win.cc (renamed from content/gpu/gpu_info_unittest_win.cc) | 0 |
5 files changed, 6 insertions, 6 deletions
diff --git a/content/gpu/transport_texture.cc b/content/common/gpu/transport_texture.cc index 1cfcfb8..0f99791 100644 --- a/content/gpu/transport_texture.cc +++ b/content/common/gpu/transport_texture.cc @@ -4,7 +4,7 @@ #include "content/common/gpu_messages.h" #include "content/common/gpu/gpu_channel.h" -#include "content/gpu/transport_texture.h" +#include "content/common/gpu/transport_texture.h" TransportTexture::TransportTexture(GpuChannel* channel, IPC::Message::Sender* sender, diff --git a/content/gpu/transport_texture.h b/content/common/gpu/transport_texture.h index 577d277..bf31074 100644 --- a/content/gpu/transport_texture.h +++ b/content/common/gpu/transport_texture.h @@ -8,8 +8,8 @@ // // See content/gpu/transport_texture_host.h for usage and details. -#ifndef CONTENT_GPU_TRANSPORT_TEXTURE_H_ -#define CONTENT_GPU_TRANSPORT_TEXTURE_H_ +#ifndef CONTENT_COMMON_GPU_TRANSPORT_TEXTURE_H_ +#define CONTENT_COMMON_GPU_TRANSPORT_TEXTURE_H_ #include <vector> #include <map> @@ -95,4 +95,4 @@ class TransportTexture : public IPC::Channel::Listener { DISALLOW_COPY_AND_ASSIGN(TransportTexture); }; -#endif // CONTENT_GPU_TRANSPORT_TEXTURE_H_ +#endif // CONTENT_COMMON_GPU_TRANSPORT_TEXTURE_H_ diff --git a/content/content_common.gypi b/content/content_common.gypi index 20fc69f..22ca40e 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -118,6 +118,8 @@ 'common/gpu/media/fake_gl_video_decode_engine.h', 'common/gpu/media/fake_gl_video_device.cc', 'common/gpu/media/fake_gl_video_device.h', + 'common/gpu/transport_texture.cc', + 'common/gpu/transport_texture.h', 'common/gpu_process_launch_causes.h', 'common/gpu_messages.h', 'common/hi_res_timer_manager_posix.cc', diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index ffa7c4c..fea5677f 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -31,8 +31,6 @@ 'gpu/gpu_child_thread.h', 'gpu/gpu_watchdog_thread.cc', 'gpu/gpu_watchdog_thread.h', - 'gpu/transport_texture.cc', - 'gpu/transport_texture.h', ], 'include_dirs': [ '..', diff --git a/content/gpu/gpu_info_unittest_win.cc b/content/gpu/gpu_info_collector_unittest_win.cc index 8782f10..8782f10 100644 --- a/content/gpu/gpu_info_unittest_win.cc +++ b/content/gpu/gpu_info_collector_unittest_win.cc |