diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 21:18:27 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 21:18:27 +0000 |
commit | e5eb5c46fa4a9b3412f6dc41cbbc636fe23490f1 (patch) | |
tree | 981d68c305778f15a3dd4a821fd69b359e148450 /ppapi/proxy/interface_id.h | |
parent | 764b80591d30619821b3c6c78bad6cae8ece82d2 (diff) | |
download | chromium_src-e5eb5c46fa4a9b3412f6dc41cbbc636fe23490f1.zip chromium_src-e5eb5c46fa4a9b3412f6dc41cbbc636fe23490f1.tar.gz chromium_src-e5eb5c46fa4a9b3412f6dc41cbbc636fe23490f1.tar.bz2 |
Revert 92885 - 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
TBR=alokp@chromium.org
Review URL: http://codereview.chromium.org/7398033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92891 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, 0 insertions, 1 deletions
diff --git a/ppapi/proxy/interface_id.h b/ppapi/proxy/interface_id.h index ba31aaa..26ef71f6a 100644 --- a/ppapi/proxy/interface_id.h +++ b/ppapi/proxy/interface_id.h @@ -36,7 +36,6 @@ 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, |