| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
 | 
| ===================================================================
 | 
| --- gpu/command_buffer/client/gles2_implementation_autogen.h	(revision 93137)
 | 
| +++ gpu/command_buffer/client/gles2_implementation_autogen.h	(working copy)
 | 
| @@ -1272,6 +1272,16 @@
 | 
|  
 | 
|  void RequestExtensionCHROMIUM(const char* extension);
 | 
|  
 | 
| +void SetLatchCHROMIUM(GLuint latch_id) {
 | 
| +  GPU_CLIENT_LOG("[" << this << "] glSetLatchCHROMIUM(" << latch_id << ")");
 | 
| +  helper_->SetLatchCHROMIUM(latch_id);
 | 
| +}
 | 
| +
 | 
| +void WaitLatchCHROMIUM(GLuint latch_id) {
 | 
| +  GPU_CLIENT_LOG("[" << this << "] glWaitLatchCHROMIUM(" << latch_id << ")");
 | 
| +  helper_->WaitLatchCHROMIUM(latch_id);
 | 
| +}
 | 
| +
 | 
|  void RateLimitOffscreenContextCHROMIUM();
 | 
|  
 | 
|  void SetSurfaceCHROMIUM(GLint surface_id) {
 | 
| 
 |