Index: content/common/gpu/client/grcontext_for_webgraphicscontext3d.cc |
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc b/content/common/gpu/client/grcontext_for_webgraphicscontext3d.cc |
similarity index 94% |
rename from webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
rename to content/common/gpu/client/grcontext_for_webgraphicscontext3d.cc |
index db313a1710a775669e26635da96ad6a2324ce0c7..970ec386067ce002b90bd7327adf12fa77f7bc0b 100644 |
--- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
+++ b/content/common/gpu/client/grcontext_for_webgraphicscontext3d.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/common/gpu/grcontext_for_webgraphicscontext3d.h" |
+#include "content/common/gpu/client/grcontext_for_webgraphicscontext3d.h" |
#include "base/lazy_instance.h" |
#include "base/trace_event/trace_event.h" |
@@ -13,8 +13,7 @@ |
using gpu_blink::WebGraphicsContext3DImpl; |
-namespace webkit { |
-namespace gpu { |
+namespace content { |
namespace { |
@@ -88,5 +87,4 @@ void GrContextForWebGraphicsContext3D::FreeGpuResources() { |
} |
} |
-} // namespace gpu |
-} // namespace webkit |
+} // namespace content |