summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/resource_creation_api.h
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 21:18:27 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 21:18:27 +0000
commite5eb5c46fa4a9b3412f6dc41cbbc636fe23490f1 (patch)
tree981d68c305778f15a3dd4a821fd69b359e148450 /ppapi/thunk/resource_creation_api.h
parent764b80591d30619821b3c6c78bad6cae8ece82d2 (diff)
downloadchromium_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/thunk/resource_creation_api.h')
-rw-r--r--ppapi/thunk/resource_creation_api.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
index 15641c3..0925b59 100644
--- a/ppapi/thunk/resource_creation_api.h
+++ b/ppapi/thunk/resource_creation_api.h
@@ -75,10 +75,6 @@ class ResourceCreationAPI {
PP_Config3D_Dev config,
PP_Resource share_context,
const int32_t* attrib_list) = 0;
- virtual PP_Resource CreateGraphics3DRaw(PP_Instance instance,
- PP_Config3D_Dev config,
- PP_Resource share_context,
- const int32_t* attrib_list) = 0;
virtual PP_Resource CreateImageData(PP_Instance instance,
PP_ImageDataFormat format,
const PP_Size& size,