| Index: gpu/command_buffer/common/gles2_cmd_utils_autogen.h
 | 
| diff --git a/gpu/command_buffer/common/gles2_cmd_utils_autogen.h b/gpu/command_buffer/common/gles2_cmd_utils_autogen.h
 | 
| index bb809fcc15299e03fe752d77e99dfb261ea8960f..e4ccbe7ea69849f9e74b46425032c5864c3afaa2 100644
 | 
| --- a/gpu/command_buffer/common/gles2_cmd_utils_autogen.h
 | 
| +++ b/gpu/command_buffer/common/gles2_cmd_utils_autogen.h
 | 
| @@ -48,6 +48,7 @@ static std::string GetStringRenderBufferFormat(uint32_t value);
 | 
|  static std::string GetStringRenderBufferParameter(uint32_t value);
 | 
|  static std::string GetStringRenderBufferTarget(uint32_t value);
 | 
|  static std::string GetStringResetStatus(uint32_t value);
 | 
| +static std::string GetStringSamplerParameter(uint32_t value);
 | 
|  static std::string GetStringShaderBinaryFormat(uint32_t value);
 | 
|  static std::string GetStringShaderParameter(uint32_t value);
 | 
|  static std::string GetStringShaderPrecision(uint32_t value);
 | 
| @@ -68,6 +69,8 @@ static std::string GetStringTexturePool(uint32_t value);
 | 
|  static std::string GetStringTextureTarget(uint32_t value);
 | 
|  static std::string GetStringTextureUsage(uint32_t value);
 | 
|  static std::string GetStringTextureWrapMode(uint32_t value);
 | 
| +static std::string GetStringTransformFeedbackBindTarget(uint32_t value);
 | 
| +static std::string GetStringTransformFeedbackPrimitiveMode(uint32_t value);
 | 
|  static std::string GetStringValueBufferTarget(uint32_t value);
 | 
|  static std::string GetStringVertexAttribType(uint32_t value);
 | 
|  static std::string GetStringVertexAttribute(uint32_t value);
 | 
| 
 |