| 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 03dcdb4d00dbb999256118d0abec5841a93af56d..a3e11c64805ec86969daeebd2ca819b8cd57c7a6 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1698,6 +1698,12 @@ GLES2UniformMatrix4fvStreamTextureMatrixCHROMIUM(GLint location,
|
| gles2::GetGLContext()->UniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| location, transpose, transform);
|
| }
|
| +void GL_APIENTRY GLES2SwapBuffersWithDamageCHROMIUM(GLint x,
|
| + GLint y,
|
| + GLint width,
|
| + GLint height) {
|
| + gles2::GetGLContext()->SwapBuffersWithDamageCHROMIUM(x, y, width, height);
|
| +}
|
|
|
| namespace gles2 {
|
|
|
| @@ -2990,6 +2996,10 @@ extern const NameToFunc g_gles2_function_table[] = {
|
| glUniformMatrix4fvStreamTextureMatrixCHROMIUM),
|
| },
|
| {
|
| + "glSwapBuffersWithDamageCHROMIUM",
|
| + reinterpret_cast<GLES2FunctionPointer>(glSwapBuffersWithDamageCHROMIUM),
|
| + },
|
| + {
|
| NULL, NULL,
|
| },
|
| };
|
|
|