| Index: ui/gl/gl_context.h
|
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h
|
| index 542940c7683894bb857e311f97bbb53cf0102583..b9cc72287acdf14a7c850041db2daaa6ac6e1052 100644
|
| --- a/ui/gl/gl_context.h
|
| +++ b/ui/gl/gl_context.h
|
| @@ -37,6 +37,7 @@ struct GLContextAttribs {
|
| GpuPreference gpu_preference = PreferIntegratedGpu;
|
| bool bind_generates_resource = true;
|
| bool webgl_compatibility_context = false;
|
| + bool low_priority = false;
|
| };
|
|
|
| // Encapsulates an OpenGL context, hiding platform specific management.
|
|
|