| Index: ui/gl/gl_context_egl.cc
|
| diff --git a/ui/gl/gl_context_egl.cc b/ui/gl/gl_context_egl.cc
|
| index 2d3615b3e5617c5d7c3ea8978a40005db76245af..98ac5cf50419f9462652e957ce45c8b90b8a55b9 100644
|
| --- a/ui/gl/gl_context_egl.cc
|
| +++ b/ui/gl/gl_context_egl.cc
|
| @@ -24,7 +24,7 @@ extern "C" {
|
|
|
| using ui::GetLastEGLErrorString;
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| GLContextEGL::GLContextEGL(GLShareGroup* share_group)
|
| : GLContextReal(share_group),
|
| @@ -224,4 +224,4 @@ GLContextEGL::~GLContextEGL() {
|
| Destroy();
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|