| Index: ui/gl/gl_context.h
|
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h
|
| index ecb9345e0bca8c3231774d09cd1ec57b766f375e..76bfed14b092eb2642e35d07a7170dc7d98e2c1e 100644
|
| --- a/ui/gl/gl_context.h
|
| +++ b/ui/gl/gl_context.h
|
| @@ -150,6 +150,10 @@ class GL_EXPORT GLContext : public base::RefCounted<GLContext> {
|
| // and API.
|
| CurrentGL* GetCurrentGL();
|
|
|
| + // Reinitialize the dynamic bindings of this context. Needed when the driver
|
| + // may be exposing different extensions compared to when it was initialized.
|
| + void ReinitializeDynamicBindings();
|
| +
|
| protected:
|
| virtual ~GLContext();
|
|
|
|
|