Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: gpu/ipc/common/surface_texture_manager.cc

Issue 1770073002: SurfaceTexture* => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698