| Index: gpu/command_buffer/service/gl_utils.h
|
| diff --git a/gpu/command_buffer/service/gl_utils.h b/gpu/command_buffer/service/gl_utils.h
|
| index dcc5fe6257d45f354856151a60b9ac9d31a5a326..33b4fd5db7460b40cc4a521ad764a28b7d3cbaa9 100644
|
| --- a/gpu/command_buffer/service/gl_utils.h
|
| +++ b/gpu/command_buffer/service/gl_utils.h
|
| @@ -52,6 +52,8 @@ void QueryShaderPrecisionFormat(const gl::GLVersionInfo& gl_version_info,
|
| void PopulateNumericCapabilities(Capabilities* caps,
|
| const FeatureInfo* feature_info);
|
|
|
| +bool CheckUniqueAndNonNullIds(GLsizei n, const GLuint* client_ids);
|
| +
|
| } // gles2
|
| } // gpu
|
|
|
|
|