| Index: ui/gl/gl_surface_mac.cc
|
| diff --git a/ui/gl/gl_surface_mac.cc b/ui/gl/gl_surface_mac.cc
|
| index 52179c38860557bd6baaa773b9926f495b7f73f3..d4ccaef3371c738d2bd3004a4e1c6a77ccc0bc8c 100644
|
| --- a/ui/gl/gl_surface_mac.cc
|
| +++ b/ui/gl/gl_surface_mac.cc
|
| @@ -19,7 +19,7 @@
|
| #include "ui/gl/gl_surface_stub.h"
|
| #include "ui/gl/gpu_switching_manager.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
| namespace {
|
|
|
| // A "no-op" surface. It is not required that a CGLContextObj have an
|
| @@ -163,4 +163,4 @@ scoped_refptr<GLSurface> GLSurface::CreateOffscreenGLSurface(
|
| }
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|