| 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 f140c831ff84ff2060e620cdd219bfe16f031a81..e8642d762c6b79c85bd1a40e1d743181e439ea03 100644
 | 
| --- a/gpu/command_buffer/service/service_utils.cc
 | 
| +++ b/gpu/command_buffer/service/service_utils.cc
 | 
| @@ -20,9 +20,6 @@
 | 
|      attribs.webgl_compatibility_context =
 | 
|          IsWebGLContextType(attribs_helper.context_type);
 | 
|    }
 | 
| -  if (attribs_helper.low_priority) {
 | 
| -    attribs.low_priority = true;
 | 
| -  }
 | 
|    return attribs;
 | 
|  }
 | 
|  
 | 
| 
 |