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

Unified Diff: content/common/gpu/client/grcontext_for_webgraphicscontext3d.cc

Issue 1102673007: content: Move the remaining source files of webkit/ over here. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 8 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
« no previous file with comments | « content/common/gpu/client/grcontext_for_webgraphicscontext3d.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/common/gpu/client/grcontext_for_webgraphicscontext3d.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698