| 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 340c6ea972895da758556edd77396d73a479b7e0..e7cb410dfdefd897c32a11e42eabc373356a7f30 100644
|
| --- a/gpu/command_buffer/cmd_buffer_functions.txt
|
| +++ b/gpu/command_buffer/cmd_buffer_functions.txt
|
| @@ -364,3 +364,6 @@ GL_APICALL void GL_APIENTRY glUniformMatrix4fvStreamTextureMatrixCHROMIU
|
| GL_APICALL void GL_APIENTRY glOverlayPromotionHintCHROMIUM (GLidBindTexture texture, GLboolean promotion_hint, GLint display_x, GLint display_y);
|
|
|
| GL_APICALL void GL_APIENTRY glSwapBuffersWithDamageCHROMIUM (GLint x, GLint y, GLint width, GLint height);
|
| +
|
| +// Extension CHROMIUM_set_draw_rectangle
|
| +GL_APICALL void GL_APIENTRY glSetDrawRectangleCHROMIUM (GLint x, GLint y, GLint width, GLint height);
|
|
|