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

Unified Diff: ui/gl/test/gl_surface_test_support.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/test/gl_image_test_template.h ('k') | ui/gl/test/gl_surface_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/test/gl_surface_test_support.h
diff --git a/ui/gl/test/gl_surface_test_support.h b/ui/gl/test/gl_surface_test_support.h
index eb70ef05992c8d18ccf5dc5d2ed184de627f1d89..42730dc8bdce8b5390978efed3d8e5255953534e 100644
--- a/ui/gl/test/gl_surface_test_support.h
+++ b/ui/gl/test/gl_surface_test_support.h
@@ -7,7 +7,7 @@
#include "ui/gl/gl_implementation.h"
-namespace gfx {
+namespace gl {
class GLContext;
@@ -20,6 +20,6 @@ class GLSurfaceTestSupport {
static void InitializeDynamicMockBindings(GLContext* context);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_TEST_GL_SURFACE_TEST_SUPPORT_H_
« no previous file with comments | « ui/gl/test/gl_image_test_template.h ('k') | ui/gl/test/gl_surface_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698