| Index: ui/gl/gl_bindings_autogen_osmesa.h
|
| diff --git a/ui/gl/gl_bindings_autogen_osmesa.h b/ui/gl/gl_bindings_autogen_osmesa.h
|
| index 9b88f6ba27c52331c6ebb7a2cb9f2fe29b2c1853..02b8a3f20662d40c1312415cf4f005488afc8f27 100644
|
| --- a/ui/gl/gl_bindings_autogen_osmesa.h
|
| +++ b/ui/gl/gl_bindings_autogen_osmesa.h
|
| @@ -11,7 +11,7 @@
|
| #ifndef UI_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
|
| #define UI_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class GLContext;
|
|
|
| @@ -99,25 +99,25 @@ class GL_EXPORT OSMESAApi {
|
| virtual void OSMesaPixelStoreFn(GLint pname, GLint value) = 0;
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| -#define OSMesaColorClamp ::gfx::g_current_osmesa_context->OSMesaColorClampFn
|
| +#define OSMesaColorClamp ::gl::g_current_osmesa_context->OSMesaColorClampFn
|
| #define OSMesaCreateContext \
|
| - ::gfx::g_current_osmesa_context->OSMesaCreateContextFn
|
| + ::gl::g_current_osmesa_context->OSMesaCreateContextFn
|
| #define OSMesaCreateContextExt \
|
| - ::gfx::g_current_osmesa_context->OSMesaCreateContextExtFn
|
| + ::gl::g_current_osmesa_context->OSMesaCreateContextExtFn
|
| #define OSMesaDestroyContext \
|
| - ::gfx::g_current_osmesa_context->OSMesaDestroyContextFn
|
| + ::gl::g_current_osmesa_context->OSMesaDestroyContextFn
|
| #define OSMesaGetColorBuffer \
|
| - ::gfx::g_current_osmesa_context->OSMesaGetColorBufferFn
|
| + ::gl::g_current_osmesa_context->OSMesaGetColorBufferFn
|
| #define OSMesaGetCurrentContext \
|
| - ::gfx::g_current_osmesa_context->OSMesaGetCurrentContextFn
|
| + ::gl::g_current_osmesa_context->OSMesaGetCurrentContextFn
|
| #define OSMesaGetDepthBuffer \
|
| - ::gfx::g_current_osmesa_context->OSMesaGetDepthBufferFn
|
| -#define OSMesaGetIntegerv ::gfx::g_current_osmesa_context->OSMesaGetIntegervFn
|
| + ::gl::g_current_osmesa_context->OSMesaGetDepthBufferFn
|
| +#define OSMesaGetIntegerv ::gl::g_current_osmesa_context->OSMesaGetIntegervFn
|
| #define OSMesaGetProcAddress \
|
| - ::gfx::g_current_osmesa_context->OSMesaGetProcAddressFn
|
| -#define OSMesaMakeCurrent ::gfx::g_current_osmesa_context->OSMesaMakeCurrentFn
|
| -#define OSMesaPixelStore ::gfx::g_current_osmesa_context->OSMesaPixelStoreFn
|
| + ::gl::g_current_osmesa_context->OSMesaGetProcAddressFn
|
| +#define OSMesaMakeCurrent ::gl::g_current_osmesa_context->OSMesaMakeCurrentFn
|
| +#define OSMesaPixelStore ::gl::g_current_osmesa_context->OSMesaPixelStoreFn
|
|
|
| #endif // UI_GL_GL_BINDINGS_AUTOGEN_OSMESA_H_
|
|
|