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

Unified Diff: webkit/common/gpu/context_provider_in_process.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/context_provider_in_process.h ('k') | webkit/common/gpu/gl_bindings_skia_cmd_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/context_provider_in_process.cc
diff --git a/webkit/gpu/context_provider_in_process.cc b/webkit/common/gpu/context_provider_in_process.cc
similarity index 96%
rename from webkit/gpu/context_provider_in_process.cc
rename to webkit/common/gpu/context_provider_in_process.cc
index a8855ab41a545795fae252807835bd44a212e6c7..1545d3a598a538f6f6dc652d7e774273ca9479ec 100644
--- a/webkit/gpu/context_provider_in_process.cc
+++ b/webkit/common/gpu/context_provider_in_process.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/gpu/context_provider_in_process.h"
+#include "webkit/common/gpu/context_provider_in_process.h"
-#include "webkit/gpu/grcontext_for_webgraphicscontext3d.h"
+#include "webkit/common/gpu/grcontext_for_webgraphicscontext3d.h"
namespace webkit {
namespace gpu {
« no previous file with comments | « webkit/common/gpu/context_provider_in_process.h ('k') | webkit/common/gpu/gl_bindings_skia_cmd_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698