| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| index 1e707668d71a38d6b75f024f7864db4941fca1a8..e556c73302f94e23fbde6b73c5b90b5de1886f1c 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1294,9 +1294,6 @@ void GL_APIENTRY GLES2GetUniformsES3CHROMIUM(GLuint program,
|
| void* info) {
|
| gles2::GetGLContext()->GetUniformsES3CHROMIUM(program, bufsize, size, info);
|
| }
|
| -GLuint GL_APIENTRY GLES2CreateStreamTextureCHROMIUM(GLuint texture) {
|
| - return gles2::GetGLContext()->CreateStreamTextureCHROMIUM(texture);
|
| -}
|
| GLuint GL_APIENTRY GLES2CreateImageCHROMIUM(ClientBuffer buffer,
|
| GLsizei width,
|
| GLsizei height,
|
| @@ -2682,10 +2679,6 @@ extern const NameToFunc g_gles2_function_table[] = {
|
| reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM),
|
| },
|
| {
|
| - "glCreateStreamTextureCHROMIUM",
|
| - reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM),
|
| - },
|
| - {
|
| "glCreateImageCHROMIUM",
|
| reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM),
|
| },
|
|
|