summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/resource_creation_api.h
diff options
context:
space:
mode:
authormtilburg@adobe.com <mtilburg@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-26 22:12:56 +0000
committermtilburg@adobe.com <mtilburg@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-26 22:12:56 +0000
commit7813eb0bc4ed845c361493ef3e1f0290fe16c3b0 (patch)
treef0c740d8a536c7a4c120016af0c99c43a9ae83e8 /ppapi/thunk/resource_creation_api.h
parenta3e2de75e309b527cd694b16d23100bbec1710d9 (diff)
downloadchromium_src-7813eb0bc4ed845c361493ef3e1f0290fe16c3b0.zip
chromium_src-7813eb0bc4ed845c361493ef3e1f0290fe16c3b0.tar.gz
chromium_src-7813eb0bc4ed845c361493ef3e1f0290fe16c3b0.tar.bz2
Add Pepper API to use UDP
author: mtilburg@adobe.com BUG=none TEST=tested with pepper flash Review URL: http://codereview.chromium.org/8036036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/resource_creation_api.h')
-rw-r--r--ppapi/thunk/resource_creation_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
index 5c92f38..1fbd93f 100644
--- a/ppapi/thunk/resource_creation_api.h
+++ b/ppapi/thunk/resource_creation_api.h
@@ -71,6 +71,7 @@ class ResourceCreationAPI {
const PP_Flash_Menu* menu_data) = 0;
virtual PP_Resource CreateFlashNetConnector(PP_Instance instance) = 0;
virtual PP_Resource CreateFlashTCPSocket(PP_Instance instace) = 0;
+ virtual PP_Resource CreateFlashUDPSocket(PP_Instance instace) = 0;
// Note: can't be called CreateFont due to Windows #defines.
virtual PP_Resource CreateFontObject(
PP_Instance instance,