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

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

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build 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/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
« gpu/ipc/common/gpu_process_launch_causes.h ('K') | « gpu/ipc/common/gpu_surface_lookup.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698