| Index: gpu/command_buffer/service/context_group.cc | 
| diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc | 
| index 0cf991a7f45e809dde72f52790986820c5b99bbd..90932fbdddc43cf68e849c8c37d3fa1ce00e347d 100644 | 
| --- a/gpu/command_buffer/service/context_group.cc | 
| +++ b/gpu/command_buffer/service/context_group.cc | 
| @@ -67,7 +67,6 @@ ContextGroup::ContextGroup( | 
| id_namespaces_[id_namespaces::kTextures].reset(new IdAllocator); | 
| id_namespaces_[id_namespaces::kQueries].reset(new IdAllocator); | 
| id_namespaces_[id_namespaces::kVertexArrays].reset(new IdAllocator); | 
| -  id_namespaces_[id_namespaces::kImages].reset(new IdAllocator); | 
| } | 
|  | 
| static void GetIntegerv(GLenum pname, uint32* var) { | 
|  |