diff options
author | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 21:50:19 +0000 |
---|---|---|
committer | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 21:50:19 +0000 |
commit | b84f94863b54bf22f33fe8d27bb2bb4e27aa212e (patch) | |
tree | ae9f73091738924b9e15f7970f522842a3934e1c /ppapi/c | |
parent | f4bcda7c870a1725e31152c86811cec2b282432b (diff) | |
download | chromium_src-b84f94863b54bf22f33fe8d27bb2bb4e27aa212e.zip chromium_src-b84f94863b54bf22f33fe8d27bb2bb4e27aa212e.tar.gz chromium_src-b84f94863b54bf22f33fe8d27bb2bb4e27aa212e.tar.bz2 |
Update cmd buffer script to reflect ppapi reorg.
Someone moved the files in PPAPI around and hand-modified autogenerated files.
This CL moves the change to the .py file used to generate them.
BUG=none
TEST=generated files identical to hand-modified version.
Review URL: http://codereview.chromium.org/5147003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c')
-rw-r--r-- | ppapi/c/dev/ppb_opengles_dev.h | 2 |
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_ |