| Index: ui/gl/gl_surface_egl_x11.cc
|
| diff --git a/ui/gl/gl_surface_egl_x11.cc b/ui/gl/gl_surface_egl_x11.cc
|
| index 11fd53ef8a60a94d7246cf7cb0957fa01bf4015f..3dcaf70a8681c1010891d90752c4a1c61894a013 100644
|
| --- a/ui/gl/gl_surface_egl_x11.cc
|
| +++ b/ui/gl/gl_surface_egl_x11.cc
|
| @@ -15,7 +15,7 @@ using ui::GetLastEGLErrorString;
|
| using ui::PlatformEvent;
|
| using ui::PlatformEventSource;
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| NativeViewGLSurfaceEGLX11::NativeViewGLSurfaceEGLX11(EGLNativeWindowType window)
|
| : NativeViewGLSurfaceEGL(0),
|
| @@ -177,4 +177,4 @@ NativeViewGLSurfaceEGLX11::~NativeViewGLSurfaceEGLX11() {
|
| Destroy();
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|