Chromium Code Reviews| Index: gpu/command_buffer/service/service_utils.cc |
| diff --git a/gpu/command_buffer/service/service_utils.cc b/gpu/command_buffer/service/service_utils.cc |
| index e8642d762c6b79c85bd1a40e1d743181e439ea03..f140c831ff84ff2060e620cdd219bfe16f031a81 100644 |
| --- a/gpu/command_buffer/service/service_utils.cc |
| +++ b/gpu/command_buffer/service/service_utils.cc |
| @@ -20,6 +20,9 @@ gl::GLContextAttribs GenerateGLContextAttribs( |
| attribs.webgl_compatibility_context = |
| IsWebGLContextType(attribs_helper.context_type); |
| } |
| + if (attribs_helper.low_priority) { |
| + attribs.low_priority = true; |
| + } |
| return attribs; |
| } |