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

Unified Diff: ui/gl/test/gl_surface_test_support.cc

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_surface_test_support.h ('k') | ui/gl/trace_util.h » ('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.cc
diff --git a/ui/gl/test/gl_surface_test_support.cc b/ui/gl/test/gl_surface_test_support.cc
index c969e94e19cd313fa5ae4620d40f3eaa5b42c3ea..db3483da3590c12534076e67729b4bc7cede13ea 100644
--- a/ui/gl/test/gl_surface_test_support.cc
+++ b/ui/gl/test/gl_surface_test_support.cc
@@ -17,7 +17,7 @@
#include "ui/platform_window/x11/x11_window.h"
#endif
-namespace gfx {
+namespace gl {
// static
void GLSurfaceTestSupport::InitializeOneOff() {
@@ -89,4 +89,4 @@ void GLSurfaceTestSupport::InitializeDynamicMockBindings(GLContext* context) {
CHECK(InitializeDynamicGLBindings(kGLImplementationMockGL, context));
}
-} // namespace gfx
+} // namespace gl
« no previous file with comments | « ui/gl/test/gl_surface_test_support.h ('k') | ui/gl/trace_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698