| Index: gpu/GLES2/gl2extchromium.h
|
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
|
| index 5ca43fd8dc5a5ae027157d4bf53217388cad0810..9a3ac96e99a58b9f1cc826c574fd9a16c932fb55 100644
|
| --- a/gpu/GLES2/gl2extchromium.h
|
| +++ b/gpu/GLES2/gl2extchromium.h
|
| @@ -413,6 +413,9 @@ GL_APICALL void GL_APIENTRY glCopySubTextureCHROMIUM(GLenum target,
|
| GLint y,
|
| GLsizei width,
|
| GLsizei height);
|
| +
|
| +GL_APICALL void GL_APIENTRY glCompressedCopyTextureCHROMIUM(
|
| + GLenum target, GLenum source_id, GLenum dest_id);
|
| #endif
|
| typedef void(GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUMPROC)(GLenum target,
|
| GLenum source_id,
|
|
|