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

Unified Diff: webkit/gpu/gl_bindings_skia_cmd_buffer.cc

Issue 11348231: Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing dep Created 8 years, 1 month 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: webkit/gpu/gl_bindings_skia_cmd_buffer.cc
diff --git a/webkit/glue/gl_bindings_skia_cmd_buffer.cc b/webkit/gpu/gl_bindings_skia_cmd_buffer.cc
similarity index 97%
rename from webkit/glue/gl_bindings_skia_cmd_buffer.cc
rename to webkit/gpu/gl_bindings_skia_cmd_buffer.cc
index 9208dabf5827aef2b3e5569e85d630c6b5769850..d30afe385b95da2df12ead36cf31436841342ad5 100644
--- a/webkit/glue/gl_bindings_skia_cmd_buffer.cc
+++ b/webkit/gpu/gl_bindings_skia_cmd_buffer.cc
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
-#include "webkit/glue/gl_bindings_skia_cmd_buffer.h"
+#include "webkit/gpu/gl_bindings_skia_cmd_buffer.h"
#ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES
@@ -12,7 +11,8 @@
#include "third_party/khronos/GLES2/gl2ext.h"
#include "third_party/skia/include/gpu/gl/GrGLInterface.h"
-namespace webkit_glue {
+namespace webkit {
+namespace gpu {
GrGLInterface* CreateCommandBufferSkiaGLBinding() {
GrGLInterface* interface = new GrGLInterface;
@@ -119,4 +119,5 @@ GrGLInterface* CreateCommandBufferSkiaGLBinding() {
return interface;
}
-} // namespace webkit_glue
+} // namespace gpu
+} // namespace webkit
« no previous file with comments | « webkit/gpu/gl_bindings_skia_cmd_buffer.h ('k') | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698