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

Unified Diff: ui/gl/gl_state_restorer.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_share_group.cc ('k') | ui/gl/gl_state_restorer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_state_restorer.h
diff --git a/ui/gl/gl_state_restorer.h b/ui/gl/gl_state_restorer.h
index 236ed620a1302bf5d9d4f2dff8788780381d2a9b..bac532a33aebb8619cced594427c7c6dd051ca26 100644
--- a/ui/gl/gl_state_restorer.h
+++ b/ui/gl/gl_state_restorer.h
@@ -14,7 +14,7 @@ namespace gles2 {
} // namespace gles2
} // namespace gpu
-namespace gfx {
+namespace gl {
// An interface for Restoring GL State.
// This will expand over time to provide an more optimizable implementation.
@@ -35,6 +35,6 @@ class GL_EXPORT GLStateRestorer {
DISALLOW_COPY_AND_ASSIGN(GLStateRestorer);
};
-} // namespace gfx
+} // namespace gl
#endif // UI_GL_GL_STATE_RESTORER_H_
« no previous file with comments | « ui/gl/gl_share_group.cc ('k') | ui/gl/gl_state_restorer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698