| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 948a1dd8a4c8ac194da931e394c84c38605b7ce9..67d3fbbc8b043672a44be995387295a51135f6f7 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -67,6 +67,8 @@ 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,
|
| + int32_t family) = 0;
|
| // Note: can't be called CreateFont due to Windows #defines.
|
| virtual PP_Resource CreateFontObject(
|
| PP_Instance instance,
|
|
|