diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 21:02:52 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 21:02:52 +0000 |
commit | 9d8fe828142f8d57b1966f711c194b4c2ef36614 (patch) | |
tree | 158f34ee464ae078c39818464e3ec0d5733c852c /ppapi/thunk/resource_creation_api.h | |
parent | c78faffd1c85cc34d6dbaa0b26db89c3e87e8675 (diff) | |
download | chromium_src-9d8fe828142f8d57b1966f711c194b4c2ef36614.zip chromium_src-9d8fe828142f8d57b1966f711c194b4c2ef36614.tar.gz chromium_src-9d8fe828142f8d57b1966f711c194b4c2ef36614.tar.bz2 |
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
Diffstat (limited to 'ppapi/thunk/resource_creation_api.h')
-rw-r--r-- | ppapi/thunk/resource_creation_api.h | 2 |
1 files changed, 0 insertions, 2 deletions
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, |