| Index: ui/gl/gl_bindings_autogen_egl.cc
|
| diff --git a/ui/gl/gl_bindings_autogen_egl.cc b/ui/gl/gl_bindings_autogen_egl.cc
|
| index 0c7e97f833a4450a90296c1ffb9f6505e3fdefe0..bc748883080a55a85449e568ecad7ae25c981dd1 100644
|
| --- a/ui/gl/gl_bindings_autogen_egl.cc
|
| +++ b/ui/gl/gl_bindings_autogen_egl.cc
|
| @@ -18,7 +18,7 @@
|
| #include "ui/gl/gl_implementation.h"
|
| #include "ui/gl/gl_version_info.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| static bool g_debugBindingsInitialized;
|
| DriverEGL g_driver_egl;
|
| @@ -1974,4 +1974,4 @@ EGLint TraceEGLApi::eglWaitSyncKHRFn(EGLDisplay dpy,
|
| return egl_api_->eglWaitSyncKHRFn(dpy, sync, flags);
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|