| Index: gpu/ipc/service/pass_through_image_transport_surface.cc
|
| diff --git a/content/common/gpu/pass_through_image_transport_surface.cc b/gpu/ipc/service/pass_through_image_transport_surface.cc
|
| similarity index 97%
|
| rename from content/common/gpu/pass_through_image_transport_surface.cc
|
| rename to gpu/ipc/service/pass_through_image_transport_surface.cc
|
| index 3d0d1c8a350e1e36bb3e139b2dc688f9b7fdfdce..2fdfb6ca2f552dd83bfc70e1c9db40d8d6562dc2 100644
|
| --- a/content/common/gpu/pass_through_image_transport_surface.cc
|
| +++ b/gpu/ipc/service/pass_through_image_transport_surface.cc
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/gpu/pass_through_image_transport_surface.h"
|
| +#include "gpu/ipc/service/pass_through_image_transport_surface.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/command_line.h"
|
| #include "build/build_config.h"
|
| -#include "content/common/gpu/gpu_command_buffer_stub.h"
|
| +#include "gpu/ipc/service/gpu_command_buffer_stub.h"
|
| #include "ui/gfx/vsync_provider.h"
|
| #include "ui/gl/gl_context.h"
|
| #include "ui/gl/gl_switches.h"
|
|
|
| -namespace content {
|
| +namespace gpu {
|
|
|
| PassThroughImageTransportSurface::PassThroughImageTransportSurface(
|
| GpuChannelManager* /* manager */,
|
| @@ -172,4 +172,4 @@ void PassThroughImageTransportSurface::FinishSwapBuffersAsync(
|
| callback.Run(result);
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|