| Index: ui/gl/gl_context.h
|
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h
|
| index 893b0de0d243e135ad774f4ec572fd703ec09a68..ecb9345e0bca8c3231774d09cd1ec57b766f375e 100644
|
| --- a/ui/gl/gl_context.h
|
| +++ b/ui/gl/gl_context.h
|
| @@ -43,6 +43,9 @@ struct GLContextAttribs {
|
| GpuPreference gpu_preference = PreferIntegratedGpu;
|
| bool bind_generates_resource = true;
|
| bool webgl_compatibility_context = false;
|
| + bool global_texture_share_group = false;
|
| + int client_major_es_version = 3;
|
| + int client_minor_es_version = 0;
|
| };
|
|
|
| // Encapsulates an OpenGL context, hiding platform specific management.
|
|
|