| Index: ui/gl/gl_surface_egl_x11.h
|
| diff --git a/ui/gl/gl_surface_egl_x11.h b/ui/gl/gl_surface_egl_x11.h
|
| index b7f0f3a9cfc143f9113d7f1c17bff3485351ed91..f84ba41cab1283c9cff013a67f70a22f3a6325fc 100644
|
| --- a/ui/gl/gl_surface_egl_x11.h
|
| +++ b/ui/gl/gl_surface_egl_x11.h
|
| @@ -14,7 +14,7 @@
|
| #include "ui/gl/gl_export.h"
|
| #include "ui/gl/gl_surface_egl.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| // Encapsulates an EGL surface bound to a view using the X Window System.
|
| class GL_EXPORT NativeViewGLSurfaceEGLX11 : public NativeViewGLSurfaceEGL,
|
| @@ -42,6 +42,6 @@ class GL_EXPORT NativeViewGLSurfaceEGLX11 : public NativeViewGLSurfaceEGL,
|
| DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceEGLX11);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GL_SURFACE_EGL_X11_H_
|
|
|