| 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 be806134cdc9dc2d120da8c984ba9f92733c815a..de5acc78e90a083496f0ee45bb0a7517c7e4e92e 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 glSwapBuffersWithBoundsCHROMIUM (GLsizei count, const GLint* rects);
|
| +
|
| +// Extension CHROMIUM_set_draw_rectangle
|
| +GL_APICALL void GL_APIENTRY glSetDrawRectangleCHROMIUM (GLint x, GLint y, GLint width, GLint height);
|
|
|