| Index: gpu/GLES2/gl2extchromium.h
|
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
|
| index a808a572916a6a65a3bfe8c8f5780f237ece30e6..9e124c0e9f6cf189a562c7c96df24a1d02f7df9c 100644
|
| --- a/gpu/GLES2/gl2extchromium.h
|
| +++ b/gpu/GLES2/gl2extchromium.h
|
| @@ -210,12 +210,12 @@ typedef void (GL_APIENTRYP PFNGLREQUESTEXTENSIONCHROMIUMPROC) (
|
| #define GL_CHROMIUM_texture_from_image 1
|
| #ifdef GL_GLEXT_PROTOTYPES
|
| GL_APICALL void GL_APIENTRY glBindTexImage2DCHROMIUM(
|
| - GLenum target, GLint imageId);
|
| + GLenum target, GLint imageId, GLint fenceId);
|
| GL_APICALL void GL_APIENTRY glReleaseTexImage2DCHROMIUM(
|
| GLenum target, GLint imageId);
|
| #endif
|
| typedef void (GL_APIENTRYP PFNGLBINDTEXIMAGE2DCHROMIUMPROC) (
|
| - GLenum target, GLint imageId);
|
| + GLenum target, GLint imageId, GLint fenceId);
|
| typedef void (GL_APIENTRYP PFNGLRELEASETEXIMAGE2DCHROMIUMPROC) (
|
| GLenum target, GLint imageId);
|
| #endif /* GL_CHROMIUM_texture_from_image */
|
|
|