summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev/ppb_opengles_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/dev/ppb_opengles_dev.h')
-rw-r--r--ppapi/c/dev/ppb_opengles_dev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/c/dev/ppb_opengles_dev.h b/ppapi/c/dev/ppb_opengles_dev.h
index 718dea6..707fab2b 100644
--- a/ppapi/c/dev/ppb_opengles_dev.h
+++ b/ppapi/c/dev/ppb_opengles_dev.h
@@ -242,6 +242,8 @@ struct PPB_OpenGLES_Dev {
GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width,
GLsizei height, GLenum format, GLenum type, GLenum access);
void (*UnmapTexSubImage2D)(const void* mem);
+ void (*CopyTextureToParentTexture)(
+ GLuint client_child_id, GLuint client_parent_id);
};
#endif // PPAPI_C_DEV_PPB_OPENGLES_DEV_H_