| Index: ppapi/thunk/thunk.h
|
| ===================================================================
|
| --- ppapi/thunk/thunk.h (revision 89119)
|
| +++ ppapi/thunk/thunk.h (working copy)
|
| @@ -20,9 +20,12 @@
|
| struct PPB_FileRef_Dev;
|
| struct PPB_FileSystem_Dev;
|
| struct PPB_Find_Dev;
|
| +struct PPB_Flash_Menu;
|
| +struct PPB_Flash_NetConnector;
|
| struct PPB_Font_Dev;
|
| struct PPB_Graphics2D;
|
| struct PPB_ImageData;
|
| +struct PPB_ImageDataTrusted;
|
|
|
| namespace ppapi {
|
| namespace thunk {
|
| @@ -42,9 +45,12 @@
|
| const PPB_FileRef_Dev* GetPPB_FileRef_Thunk();
|
| const PPB_FileSystem_Dev* GetPPB_FileSystem_Thunk();
|
| const PPB_Find_Dev* GetPPB_Find_Thunk();
|
| +const PPB_Flash_Menu* GetPPB_Flash_Menu_Thunk();
|
| +const PPB_Flash_NetConnector* GetPPB_Flash_NetConnector_Thunk();
|
| const PPB_Font_Dev* GetPPB_Font_Thunk();
|
| const PPB_Graphics2D* GetPPB_Graphics2D_Thunk();
|
| const PPB_ImageData* GetPPB_ImageData_Thunk();
|
| +const PPB_ImageDataTrusted* GetPPB_ImageDataTrusted_Thunk();
|
|
|
| } // namespace thunk
|
| } // namespace ppapi
|
|
|