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 eeffefb138cbccb6be1406eebe84d0080f1d1577..c6a67ded1d0bf5e06f6cf4380403a411f7e982f1 100644 |
--- a/webkit/plugins/ppapi/resource_creation_impl.cc |
+++ b/webkit/plugins/ppapi/resource_creation_impl.cc |
@@ -145,6 +145,13 @@ PP_Resource ResourceCreationImpl::CreateFlashTCPSocket( |
return 0; |
} |
+PP_Resource ResourceCreationImpl::CreateFlashUDPSocket( |
+ PP_Instance instance, |
+ int32_t family) { |
+ // 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) { |