| Index: ui/gl/gl_context.h
|
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h
|
| index ecb9345e0bca8c3231774d09cd1ec57b766f375e..12ac9c374efe90378f193560461a86f5ba374550 100644
|
| --- a/ui/gl/gl_context.h
|
| +++ b/ui/gl/gl_context.h
|
| @@ -150,6 +150,12 @@ 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.
|
| + // TODO(geofflang): Try to make this call uncessessary by pre-loading all
|
| + // extension entry points.
|
| + void ReinitializeDynamicBindings();
|
| +
|
| protected:
|
| virtual ~GLContext();
|
|
|
|
|