| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 9c18f2708da73109633e94bc214ddcbc7cf9afd5..e242f2db6546ad308f748c010a94fc19d8311edd 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -111,6 +111,7 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| PP_Instance instance,
|
| PP_FileChooserMode_Dev mode,
|
| const char* accept_types) OVERRIDE;
|
| + virtual PP_Resource CreateFlashDeviceID(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateFlashMenu(PP_Instance instance,
|
| const PP_Flash_Menu* menu_data) OVERRIDE;
|
| virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE;
|
|
|