| 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_
|
|
|