From 9d8fe828142f8d57b1966f711c194b4c2ef36614 Mon Sep 17 00:00:00 2001 From: "alokp@chromium.org" Date: Tue, 16 Aug 2011 21:02:52 +0000 Subject: Removed config management from Graphics3D API. It will be better handled in the EGL helper library. Also removed redundant enums from the API. Review URL: http://codereview.chromium.org/7576012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97019 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/thunk/resource_creation_api.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ppapi/thunk/resource_creation_api.h') diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h index 6852ef6..c10d0af 100644 --- a/ppapi/thunk/resource_creation_api.h +++ b/ppapi/thunk/resource_creation_api.h @@ -74,11 +74,9 @@ class ResourceCreationAPI { const PP_Size& size, PP_Bool is_always_opaque) = 0; virtual PP_Resource CreateGraphics3D(PP_Instance instance, - 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, -- cgit v1.1