Index: gpu/command_buffer/cmd_buffer_functions.txt |
diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt |
index 3d902ebb2fc8f6642e389efb9e7a7b69a6465623..c3bdf3e2eef2c8c4b6f79296ccb6e284feae1343 100644 |
--- a/gpu/command_buffer/cmd_buffer_functions.txt |
+++ b/gpu/command_buffer/cmd_buffer_functions.txt |
@@ -359,3 +359,5 @@ GL_APICALL GLint GL_APIENTRY glGetFragDataIndexEXT (GLidProgram program, |
// Extension CHROMIUM_stream_texture_matrix |
GL_APICALL void GL_APIENTRY glUniformMatrix4fvStreamTextureMatrixCHROMIUM (GLintUniformLocation location, GLbooleanFalseOnly transpose, const GLfloat* transform); |
+ |
+GL_APICALL void GL_APIENTRY glSwapBuffersWithDamageCHROMIUM (GLint x, GLint y, GLint width, GLint height); |