Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2105)

Unified Diff: ppapi/thunk/thunk.h

Issue 7149026: Implement flash menu and net connector resources using the API/thunk model. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/thunk/resource_creation_api.h ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ppapi/thunk/resource_creation_api.h ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698