Chromium Code Reviews| Index: gpu/GLES2/gl2extchromium.h |
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h |
| index a5c979c38f60c032ec095ec6e9ede8258362124d..a4538dc8d0a67be31ec0d5c0bc933f6c9e9dbd48 100644 |
| --- a/gpu/GLES2/gl2extchromium.h |
| +++ b/gpu/GLES2/gl2extchromium.h |
| @@ -800,6 +800,7 @@ typedef void(GL_APIENTRYP PFNGLSCHEDULEOVERLAYPLANECHROMIUMPROC)( |
| #define GL_CA_LAYER_EDGE_TOP_CHROMIUM 0x8 |
| #endif |
| + |
|
ccameron
2016/04/13 19:32:27
extra line?
erikchen
2016/04/13 19:43:12
Done.
|
| #ifdef GL_GLEXT_PROTOTYPES |
| GL_APICALL void GL_APIENTRY |
| glScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| @@ -811,7 +812,8 @@ glScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| GLboolean is_clipped, |
| const GLfloat* clip_rect, |
| GLint sorting_context_id, |
| - const GLfloat* transform); |
| + const GLfloat* transform, |
| + GLuint filter); |
| #endif |
| typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERCHROMIUMPROC)( |
| GLuint contents_texture_id, |
| @@ -823,7 +825,8 @@ typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERCHROMIUMPROC)( |
| GLboolean is_clipped, |
| const GLfloat* clip_rect, |
| GLint sorting_context_id, |
| - const GLfloat* transform); |
| + const GLfloat* transform, |
| + GLuint filter); |
| #endif /* GL_CHROMIUM_schedule_ca_layer */ |
| /* GL_CHROMIUM_sync_query */ |