| Index: ui/gl/gl_implementation.h
|
| diff --git a/ui/gl/gl_implementation.h b/ui/gl/gl_implementation.h
|
| index 7319b47c4dc826afdea4269f2584c2a0cf842c22..2bfb293ade8b8b9a0611e677a085bb0b79998c13 100644
|
| --- a/ui/gl/gl_implementation.h
|
| +++ b/ui/gl/gl_implementation.h
|
| @@ -37,11 +37,7 @@ struct GL_EXPORT GLWindowSystemBindingInfo {
|
|
|
| void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
|
|
|
| -#if defined(OS_WIN)
|
| -typedef void* (WINAPI *GLGetProcAddressProc)(const char* name);
|
| -#else
|
| typedef void* (*GLGetProcAddressProc)(const char* name);
|
| -#endif
|
|
|
| // Initialize a particular GL implementation.
|
| GL_EXPORT bool InitializeStaticGLBindings(GLImplementation implementation);
|
|
|