| Index: webkit/plugins/ppapi/resource_creation_impl.cc
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| index 66983764dd4b9bb7cfa0822cb3d116c9ddf064c9..216dabbc33bd04cfff9d86b28eaae5a24189f78e 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.cc
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| @@ -145,6 +145,12 @@ PP_Resource ResourceCreationImpl::CreateFlashTCPSocket(
|
| return 0;
|
| }
|
|
|
| +PP_Resource ResourceCreationImpl::CreateFlashUDPSocket(
|
| + PP_Instance instance) {
|
| + // Creating UDP socket resource at the renderer side is not supported.
|
| + return 0;
|
| +}
|
| +
|
| PP_Resource ResourceCreationImpl::CreateFontObject(
|
| PP_Instance instance,
|
| const PP_FontDescription_Dev* description) {
|
|
|