diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 20:58:20 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 20:58:20 +0000 |
commit | 914f41855d381b3777142609e2d94ef83b1339ad (patch) | |
tree | 56c1d6601b795869683a4fc3291caa8e79ea2525 /ppapi/proxy/interface_id.h | |
parent | d3b0574f1e2baf8cd09967499b9ab55ec713e188 (diff) | |
download | chromium_src-914f41855d381b3777142609e2d94ef83b1339ad.zip chromium_src-914f41855d381b3777142609e2d94ef83b1339ad.tar.gz chromium_src-914f41855d381b3777142609e2d94ef83b1339ad.tar.bz2 |
Completed the implementation for PPB_Graphics3D interface.
- Mostly copied from the implementations for PPB_Surface3D and PPB_Context3D.
- Added the proxy implementation
- Refactored common code between host and plugin side into a common class.
I will send the changes to bind Graphics3D with Instance and OpenGLES2 interface in a separate patch.
BUG=86370,78087
Review URL: http://codereview.chromium.org/6824006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/interface_id.h')
-rw-r--r-- | ppapi/proxy/interface_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/interface_id.h b/ppapi/proxy/interface_id.h index 26ef71f6a..ba31aaa 100644 --- a/ppapi/proxy/interface_id.h +++ b/ppapi/proxy/interface_id.h @@ -36,6 +36,7 @@ enum InterfaceID { INTERFACE_ID_PPB_FLASH_TCPSOCKET, INTERFACE_ID_PPB_FONT, INTERFACE_ID_PPB_GRAPHICS_2D, + INTERFACE_ID_PPB_GRAPHICS_3D, INTERFACE_ID_PPB_IMAGE_DATA, INTERFACE_ID_PPB_INSTANCE, INTERFACE_ID_PPB_INSTANCE_PRIVATE, |