| Index: gpu/ipc/service/pass_through_image_transport_surface.h
|
| diff --git a/content/common/gpu/pass_through_image_transport_surface.h b/gpu/ipc/service/pass_through_image_transport_surface.h
|
| similarity index 89%
|
| rename from content/common/gpu/pass_through_image_transport_surface.h
|
| rename to gpu/ipc/service/pass_through_image_transport_surface.h
|
| index 0b5a1e5d94575665fa6b913448c4638252783b2c..b63194a784160ed1b8500433f5d9ad0f4deadb1d 100644
|
| --- a/content/common/gpu/pass_through_image_transport_surface.h
|
| +++ b/gpu/ipc/service/pass_through_image_transport_surface.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 CONTENT_COMMON_GPU_PASS_THROUGH_IMAGE_TRANSPORT_SURFACE_H_
|
| -#define CONTENT_COMMON_GPU_PASS_THROUGH_IMAGE_TRANSPORT_SURFACE_H_
|
| +#ifndef GPU_IPC_SERVICE_PASS_THROUGH_IMAGE_TRANSPORT_SURFACE_H_
|
| +#define GPU_IPC_SERVICE_PASS_THROUGH_IMAGE_TRANSPORT_SURFACE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -12,11 +12,11 @@
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "content/common/gpu/image_transport_surface.h"
|
| +#include "gpu/ipc/service/image_transport_surface.h"
|
| #include "ui/events/latency_info.h"
|
| #include "ui/gl/gl_surface.h"
|
|
|
| -namespace content {
|
| +namespace gpu {
|
| class GpuChannelManager;
|
| class GpuCommandBufferStub;
|
|
|
| @@ -68,6 +68,6 @@ class PassThroughImageTransportSurface : public gfx::GLSurfaceAdapter {
|
| DISALLOW_COPY_AND_ASSIGN(PassThroughImageTransportSurface);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|
| -#endif // CONTENT_COMMON_GPU_PASS_THROUGH_IMAGE_TRANSPORT_SURFACE_H_
|
| +#endif // GPU_IPC_SERVICE_PASS_THROUGH_IMAGE_TRANSPORT_SURFACE_H_
|
|
|