| Index: gpu/ipc/service/stream_texture_android.h
|
| diff --git a/content/common/gpu/stream_texture_android.h b/gpu/ipc/service/stream_texture_android.h
|
| similarity index 92%
|
| rename from content/common/gpu/stream_texture_android.h
|
| rename to gpu/ipc/service/stream_texture_android.h
|
| index 8852965df333f68c86897da3d05e91e8984455e2..5cf9d14e28c56da8ce28dabd5fc909f67fa2cc0d 100644
|
| --- a/content/common/gpu/stream_texture_android.h
|
| +++ b/gpu/ipc/service/stream_texture_android.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_GPU_STREAM_TEXTURE_ANDROID_H_
|
| -#define CONTENT_COMMON_GPU_STREAM_TEXTURE_ANDROID_H_
|
| +#ifndef GPU_IPC_SERVICE_STREAM_TEXTURE_ANDROID_H_
|
| +#define GPU_IPC_SERVICE_STREAM_TEXTURE_ANDROID_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "content/common/gpu/gpu_command_buffer_stub.h"
|
| #include "gpu/command_buffer/service/gl_stream_texture_image.h"
|
| +#include "gpu/ipc/service/gpu_command_buffer_stub.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ui/gl/android/surface_texture.h"
|
| #include "ui/gl/gl_image.h"
|
| @@ -23,7 +23,7 @@ namespace gfx {
|
| class Size;
|
| }
|
|
|
| -namespace content {
|
| +namespace gpu {
|
|
|
| class StreamTexture : public gpu::gles2::GLStreamTextureImage,
|
| public IPC::Listener,
|
| @@ -106,6 +106,6 @@ class StreamTexture : public gpu::gles2::GLStreamTextureImage,
|
| DISALLOW_COPY_AND_ASSIGN(StreamTexture);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|
| -#endif // CONTENT_COMMON_GPU_STREAM_TEXTURE_ANDROID_H_
|
| +#endif // GPU_IPC_SERVICE_STREAM_TEXTURE_ANDROID_H_
|
|
|