| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 7d895d88203bdb8759ad9419dc97ddc13f246714..ccfe7a59cb9ce9fb74dc2c172e718d077e8b247e 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -69,6 +69,7 @@ class ResourceCreationAPI {
|
| PP_FileSystemType type) = 0;
|
| virtual PP_Resource CreateFlashMenu(PP_Instance instance,
|
| const PP_Flash_Menu* menu_data) = 0;
|
| + virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateFlashNetConnector(PP_Instance instance) = 0;
|
| // Note: can't be called CreateFont due to Windows #defines.
|
| virtual PP_Resource CreateFontObject(
|
|
|