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

Unified Diff: ui/gl/gl_context_wgl.h

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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 | « ui/gl/gl_context_stub_with_extensions.cc ('k') | ui/gl/gl_context_wgl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_context_wgl.h
diff --git a/ui/gl/gl_context_wgl.h b/ui/gl/gl_context_wgl.h
index 69c7e5c06dab3cf65fb2282958b6ed8bdc45d8e1..8201d1a6f6c84c5771ced02dfb6813e7a6ea7c69 100644
--- a/ui/gl/gl_context_wgl.h
+++ b/ui/gl/gl_context_wgl.h
@@ -11,7 +11,7 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/gl/gl_context.h"
-namespace gfx {
+namespace gl {
class GLSurface;
@@ -39,6 +39,6 @@ class GLContextWGL : public GLContextReal {
DISALLOW_COPY_AND_ASSIGN(GLContextWGL);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_GL_CONTEXT_WGL_H_
« no previous file with comments | « ui/gl/gl_context_stub_with_extensions.cc ('k') | ui/gl/gl_context_wgl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698