| Index: ui/gl/gl_osmesa_api_implementation.h
|
| diff --git a/ui/gl/gl_osmesa_api_implementation.h b/ui/gl/gl_osmesa_api_implementation.h
|
| index c740e1ab8edb07e1923a3ad2d1ed8886a6f1fe36..049db0b537c34de3e5885e758328de5a2a4ae41f 100644
|
| --- a/ui/gl/gl_osmesa_api_implementation.h
|
| +++ b/ui/gl/gl_osmesa_api_implementation.h
|
| @@ -9,7 +9,7 @@
|
| #include "ui/gl/gl_bindings.h"
|
| #include "ui/gl/gl_export.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class GLContext;
|
|
|
| @@ -54,7 +54,7 @@ class GL_EXPORT TraceOSMESAApi : public OSMESAApi {
|
| OSMESAApi* osmesa_api_;
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GL_OSMESA_API_IMPLEMENTATION_H_
|
|
|
|
|