| Index: ui/gl/gl_bindings_api_autogen_wgl.h
|
| diff --git a/ui/gl/gl_bindings_api_autogen_wgl.h b/ui/gl/gl_bindings_api_autogen_wgl.h
|
| index 18b471d954cb5aedbf3f8cbb42942ccdf138f6b7..7be2a7e44ad91663a63328f84318f0f06217956e 100644
|
| --- a/ui/gl/gl_bindings_api_autogen_wgl.h
|
| +++ b/ui/gl/gl_bindings_api_autogen_wgl.h
|
| @@ -16,6 +16,9 @@ BOOL wglChoosePixelFormatARBFn(HDC dc,
|
| UINT* num_formats) override;
|
| BOOL wglCopyContextFn(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) override;
|
| HGLRC wglCreateContextFn(HDC hdc) override;
|
| +HGLRC wglCreateContextAttribsARBFn(HDC hDC,
|
| + HGLRC hShareContext,
|
| + const int* attribList) override;
|
| HGLRC wglCreateLayerContextFn(HDC hdc, int iLayerPlane) override;
|
| HPBUFFERARB wglCreatePbufferARBFn(HDC hDC,
|
| int iPixelFormat,
|
|
|