| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index b0e1069432eb749a03f1248c81dbb6fba7f127cc..eb9ca09dee971e430fbf88be9908869e5d7a6de1 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -18,10 +18,12 @@
|
| #include "ppapi/c/ppb_input_event.h"
|
| #include "ppapi/c/ppb_websocket.h"
|
| #include "ppapi/c/dev/pp_video_dev.h"
|
| +#include "ppapi/c/private/pp_private_font_charset.h"
|
| #include "ppapi/c/private/ppb_network_monitor_private.h"
|
| #include "ppapi/shared_impl/api_id.h"
|
|
|
| struct PP_Flash_Menu;
|
| +struct PP_FontDescription_Dev;
|
| struct PP_BrowserFont_Trusted_Description;
|
| struct PP_Size;
|
|
|
| @@ -142,6 +144,10 @@ class ResourceCreationAPI {
|
| PP_FileChooserMode_Dev mode,
|
| const char* accept_types) = 0;
|
| virtual PP_Resource CreateFlashDeviceID(PP_Instance instance) = 0;
|
| + virtual PP_Resource CreateFlashFontFile(
|
| + PP_Instance instance,
|
| + const PP_FontDescription_Dev* description,
|
| + PP_PrivateFontCharset charset) = 0;
|
| virtual PP_Resource CreateFlashMenu(PP_Instance instance,
|
| const PP_Flash_Menu* menu_data) = 0;
|
| virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) = 0;
|
|
|