| Index: gpu/command_buffer/common/capabilities.h
 | 
| diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
 | 
| index b6c34daeefab5069630d712e165f3a094a4c3b05..b42e68fccb2a26410f40bd1278b572c2e2977c3a 100644
 | 
| --- a/gpu/command_buffer/common/capabilities.h
 | 
| +++ b/gpu/command_buffer/common/capabilities.h
 | 
| @@ -21,9 +21,6 @@ struct GPU_EXPORT Capabilities {
 | 
|    bool texture_storage;
 | 
|    bool discard_framebuffer;
 | 
|  
 | 
| -  // Capabilities below are not populated by GLES2Decoder.
 | 
| -  bool map_image;
 | 
| -
 | 
|    Capabilities();
 | 
|  };
 | 
|  
 | 
| 
 |