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

Unified Diff: ppapi/thunk/ppb_instance_api.h

Issue 11359097: Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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
Index: ppapi/thunk/ppb_instance_api.h
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
index c5f26e60faa542df11b1a31825010cef56d53509..3d6de0d592acfd98cabf6c12a49a6673ca5a120c 100644
--- a/ppapi/thunk/ppb_instance_api.h
+++ b/ppapi/thunk/ppb_instance_api.h
@@ -39,6 +39,7 @@ namespace thunk {
class PPB_Flash_API;
class PPB_Flash_Clipboard_API;
+class PPB_Flash_File_API;
class PPB_Flash_Functions_API;
class PPB_Gamepad_API;
@@ -100,6 +101,9 @@ class PPB_Instance_API {
virtual PPB_Flash_Clipboard_API* GetFlashClipboardAPI(
PP_Instance instance) = 0;
+ // Flash_File.
+ virtual PPB_Flash_File_API* GetFlashFileAPI(PP_Instance instance) = 0;
+
// Gamepad.
virtual PPB_Gamepad_API* GetGamepadAPI(PP_Instance instance) = 0;

Powered by Google App Engine
This is Rietveld 408576698