| Index: gpu/ipc/common/surface_texture_manager.cc
|
| diff --git a/content/common/android/surface_texture_manager.cc b/gpu/ipc/common/surface_texture_manager.cc
|
| similarity index 83%
|
| rename from content/common/android/surface_texture_manager.cc
|
| rename to gpu/ipc/common/surface_texture_manager.cc
|
| index c2cb6eeb98313fc16be49ea8d0c1c92fd9722034..9f1b3c39adfb99be37059d9b2c9a5c6d681f3766 100644
|
| --- a/content/common/android/surface_texture_manager.cc
|
| +++ b/gpu/ipc/common/surface_texture_manager.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/android/surface_texture_manager.h"
|
| +#include "gpu/ipc/common/surface_texture_manager.h"
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace content {
|
| +namespace gpu {
|
| namespace {
|
|
|
| SurfaceTextureManager* g_instance = NULL;
|
| @@ -25,4 +25,4 @@ void SurfaceTextureManager::SetInstance(SurfaceTextureManager* instance) {
|
| g_instance = instance;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace gpu
|
|
|