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

Unified Diff: webkit/common/gpu/gl_bindings_skia_cmd_buffer.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
Index: webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc
diff --git a/webkit/gpu/gl_bindings_skia_cmd_buffer.cc b/webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc
similarity index 98%
rename from webkit/gpu/gl_bindings_skia_cmd_buffer.cc
rename to webkit/common/gpu/gl_bindings_skia_cmd_buffer.cc
index 53e98f1b6c435d06cc7630f506ccfab7e272392d..689df58ef3d8510c4f8201e1f9ed8d55b46bf8a7 100644
--- a/webkit/gpu/gl_bindings_skia_cmd_buffer.cc
+++ b/webkit/common/gpu/gl_bindings_skia_cmd_buffer.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/gl_bindings_skia_cmd_buffer.h"
+#include "webkit/common/gpu/gl_bindings_skia_cmd_buffer.h"
#ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES
« no previous file with comments | « webkit/common/gpu/gl_bindings_skia_cmd_buffer.h ('k') | webkit/common/gpu/grcontext_for_webgraphicscontext3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698