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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

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 | « chrome/renderer/renderer_webkitclient_impl.cc ('k') | webkit/gpu/webgraphicscontext3d_in_process_impl.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.h
===================================================================
--- webkit/gpu/webgraphicscontext3d_in_process_impl.h (revision 71069)
+++ webkit/gpu/webgraphicscontext3d_in_process_impl.h (working copy)
@@ -21,7 +21,8 @@
class GLContext;
}
-namespace webkit_gpu {
+namespace webkit {
+namespace gpu {
// The default implementation of WebGL. In Chromium, using this class
// requires the sandbox to be disabled, which is strongly discouraged.
@@ -465,7 +466,8 @@
ShHandle vertex_compiler_;
};
-} // namespace webkit_gpu
+} // namespace gpu
+} // namespace webkit
#endif // WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_IMPL_H_
« no previous file with comments | « chrome/renderer/renderer_webkitclient_impl.cc ('k') | webkit/gpu/webgraphicscontext3d_in_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698