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

Unified Diff: webkit/common/gpu/gl_bindings_skia_cmd_buffer.h

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.cc ('k') | webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/gl_bindings_skia_cmd_buffer.h
diff --git a/webkit/gpu/gl_bindings_skia_cmd_buffer.h b/webkit/common/gpu/gl_bindings_skia_cmd_buffer.h
similarity index 68%
rename from webkit/gpu/gl_bindings_skia_cmd_buffer.h
rename to webkit/common/gpu/gl_bindings_skia_cmd_buffer.h
index 9ace2c196784053ed286f6aaaea115fa091774bd..39b4e4e74c7b67b4939c8a8bce2474ea31c25193 100644
--- a/webkit/gpu/gl_bindings_skia_cmd_buffer.h
+++ b/webkit/common/gpu/gl_bindings_skia_cmd_buffer.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GPU_GL_BINDINGS_SKIA_CMD_BUFFER_H_
-#define WEBKIT_GPU_GL_BINDINGS_SKIA_CMD_BUFFER_H_
+#ifndef WEBKIT_COMMON_GPU_GL_BINDINGS_SKIA_CMD_BUFFER_H_
+#define WEBKIT_COMMON_GPU_GL_BINDINGS_SKIA_CMD_BUFFER_H_
-#include "webkit/gpu/webkit_gpu_export.h"
+#include "webkit/common/gpu/webkit_gpu_export.h"
struct GrGLInterface;
@@ -19,4 +19,4 @@ WEBKIT_GPU_EXPORT GrGLInterface* CreateCommandBufferSkiaGLBinding();
} // namespace gpu
} // namespace webkit
-#endif // WEBKIT_GLUE_GL_BINDINGS_SKIA_CMD_BUFFER_H_
+#endif // WEBKIT_COMMON_GPU_GL_BINDINGS_SKIA_CMD_BUFFER_H_
« no previous file with comments | « webkit/common/gpu/context_provider_in_process.cc ('k') | webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698