Chromium Code Reviews| Index: ppapi/proxy/resource_creation_proxy.h |
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
| index 74812f4d458bf53e8a7b7a04fdfcccfa7d416078..a22464ec356b3114c406d846d9ca1acb8c849bf6 100644 |
| --- a/ppapi/proxy/resource_creation_proxy.h |
| +++ b/ppapi/proxy/resource_creation_proxy.h |
| @@ -70,8 +70,8 @@ class ResourceCreationProxy : public InterfaceProxy, |
| virtual PP_Resource CreateFlashMenu(PP_Instance instance, |
| const PP_Flash_Menu* menu_data) OVERRIDE; |
| virtual PP_Resource CreateFlashNetConnector(PP_Instance instance) OVERRIDE; |
| - virtual PP_Resource CreateFlashTCPSocket(PP_Instance instance) OVERRIDE; |
| - virtual PP_Resource CreateFlashUDPSocket(PP_Instance instance) OVERRIDE; |
| + virtual PP_Resource CreateTCPSocket(PP_Instance instance) OVERRIDE; |
|
yzshen1
2011/11/09 23:53:55
Sort, please.
Dmitry Polukhin
2011/11/10 15:10:11
Done.
|
| + virtual PP_Resource CreateUDPSocket(PP_Instance instance) OVERRIDE; |
| virtual PP_Resource CreateFontObject( |
| PP_Instance instance, |
| const PP_FontDescription_Dev* description) OVERRIDE; |