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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_provider_impl.cc

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 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 | « webkit/common/gpu/webgraphicscontext3d_provider_impl.h ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
diff --git a/webkit/gpu/webgraphicscontext3d_provider_impl.cc b/webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
similarity index 91%
rename from webkit/gpu/webgraphicscontext3d_provider_impl.cc
rename to webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
index 00f439177feb35aba2458400cad0158c65467ec7..c4a94c1013f4fae3ccf171228f3e93082c3b123a 100644
--- a/webkit/gpu/webgraphicscontext3d_provider_impl.cc
+++ b/webkit/common/gpu/webgraphicscontext3d_provider_impl.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/gpu/webgraphicscontext3d_provider_impl.h"
+#include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h"
#include "cc/output/context_provider.h"
« no previous file with comments | « webkit/common/gpu/webgraphicscontext3d_provider_impl.h ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698