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 e0db0f59d457fdf8ec7e4ab65a73722e960bffcf..6d30de93be6bdaab4ce985b4aa66a1308326bdcc 100644 |
--- a/gpu/command_buffer/cmd_buffer_functions.txt |
+++ b/gpu/command_buffer/cmd_buffer_functions.txt |
@@ -363,3 +363,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); |