| 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 8a7f57d032ed7ebe88b71b024b0171709dc050c6..27941bfa7414bb295a7f1fa4dc7589b4558c051e 100644
|
| --- a/gpu/command_buffer/cmd_buffer_functions.txt
|
| +++ b/gpu/command_buffer/cmd_buffer_functions.txt
|
| @@ -315,7 +315,7 @@ GL_APICALL void GL_APIENTRY glSwapInterval (GLint interval);
|
| GL_APICALL void GL_APIENTRY glFlushDriverCachesCHROMIUM (void);
|
| GL_APICALL GLuint GL_APIENTRY glGetLastFlushIdCHROMIUM (void);
|
| GL_APICALL void GL_APIENTRY glScheduleDCLayerSharedStateCHROMIUM (GLfloat opacity, GLboolean is_clipped, const GLfloat* clip_rect, GLint z_order, const GLfloat* transform);
|
| -GL_APICALL void GL_APIENTRY glScheduleDCLayerCHROMIUM (GLsizei num_textures, const GLuint* contents_texture_ids, const GLfloat* contents_rect, GLuint background_color, GLuint edge_aa_mask, const GLfloat* bounds_rect, GLuint filter);
|
| +GL_APICALL void GL_APIENTRY glScheduleDCLayerCHROMIUM (GLsizei num_textures, const GLuint* contents_texture_ids, const GLfloat* contents_rect, GLuint background_color, GLuint edge_aa_mask, const GLfloat* bounds_rect, GLuint filter, GLsizei color_space_size, const GLvoid* color_space);
|
|
|
| // Extension CHROMIUM_path_rendering.
|
| GL_APICALL void GL_APIENTRY glMatrixLoadfCHROMIUM (GLenumMatrixMode matrixMode, const GLfloat* m);
|
|
|