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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.cc

Issue 6166008: Change namespace of WebGraphicsContext3DInProcessImpl based on review feedbac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/gpu/webgraphicscontext3d_in_process_impl.h ('k') | webkit/support/test_webkit_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc
===================================================================
--- webkit/gpu/webgraphicscontext3d_in_process_impl.cc (revision 71069)
+++ webkit/gpu/webgraphicscontext3d_in_process_impl.cc (working copy)
@@ -21,7 +21,8 @@
using WebKit::WebString;
using WebKit::WebView;
-namespace webkit_gpu {
+namespace webkit {
+namespace gpu {
enum {
MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB,
@@ -1650,5 +1651,6 @@
return true;
}
-} // namespace webkit_gpu
+} // namespace gpu
+} // namespace webkit
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_impl.h ('k') | webkit/support/test_webkit_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698