| Index: gpu/ipc/common/gpu_surface_lookup.cc
|
| diff --git a/content/common/gpu/gpu_surface_lookup.cc b/gpu/ipc/common/gpu_surface_lookup.cc
|
| similarity index 84%
|
| rename from content/common/gpu/gpu_surface_lookup.cc
|
| rename to gpu/ipc/common/gpu_surface_lookup.cc
|
| index 61bbc045e5c91dca9f84fefbacbf61477aa84d78..7cfd01367b0aee255a83bf483475777950ee7d2a 100644
|
| --- a/content/common/gpu/gpu_surface_lookup.cc
|
| +++ b/gpu/ipc/common/gpu_surface_lookup.cc
|
| @@ -2,14 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/gpu/gpu_surface_lookup.h"
|
| +#include "gpu/ipc/common/gpu_surface_lookup.h"
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace content {
|
| +namespace gpu {
|
| +
|
| namespace {
|
| GpuSurfaceLookup* g_instance = NULL;
|
| -} // anonymous namespace
|
| +} // anonymous namespace
|
|
|
| // static
|
| GpuSurfaceLookup* GpuSurfaceLookup::GetInstance() {
|
| @@ -30,4 +31,4 @@ gfx::ScopedJavaSurface GpuSurfaceLookup::AcquireJavaSurface(int surface_id) {
|
| }
|
| #endif
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|