| Index: ui/gl/gl_bindings.h
|
| diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
|
| index ee1e466976687c8d72e2acc5497c25115d9ea3e4..5218a5f73fe778cb0b9470464f30d94974fc99a7 100644
|
| --- a/ui/gl/gl_bindings.h
|
| +++ b/ui/gl/gl_bindings.h
|
| @@ -392,7 +392,7 @@ typedef uint64_t EGLuint64CHROMIUM;
|
| #include "gl_bindings_autogen_glx.h"
|
| #endif
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| struct GL_EXPORT DriverGL {
|
| void InitializeStaticBindings();
|
| @@ -499,6 +499,6 @@ GL_EXPORT extern GLXApi* g_current_glx_context;
|
| GL_EXPORT extern DriverGLX g_driver_glx;
|
| #endif
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GL_BINDINGS_H_
|
|
|