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

Unified Diff: webkit/plugins/ppapi/ppb_flash_file_impl.h

Issue 6592071: Pepper/Flapper: Add an interface to do sync file ops on FileRefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/renderer
Patch Set: make upload progress work Created 9 years, 10 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
Index: webkit/plugins/ppapi/ppb_flash_file_impl.h
diff --git a/webkit/plugins/ppapi/ppb_flash_file_impl.h b/webkit/plugins/ppapi/ppb_flash_file_impl.h
index 2de7512dce1dec92a21f10b3cd546cd29bf8e03d..ddfba9d159a6b7fa984a3d4b7f269f61ab8b7ecd 100644
--- a/webkit/plugins/ppapi/ppb_flash_file_impl.h
+++ b/webkit/plugins/ppapi/ppb_flash_file_impl.h
@@ -5,6 +5,7 @@
#ifndef WEBKIT_PLUGINS_PPAPI_PPB_FLASH_FILE_IMPL_H_
#define WEBKIT_PLUGINS_PPAPI_PPB_FLASH_FILE_IMPL_H_
+struct PPB_Flash_File_FileRef;
struct PPB_Flash_File_ModuleLocal;
namespace webkit {
@@ -15,6 +16,11 @@ class PPB_Flash_File_ModuleLocal_Impl {
static const PPB_Flash_File_ModuleLocal* GetInterface();
};
+class PPB_Flash_File_FileRef_Impl {
+ public:
+ static const PPB_Flash_File_FileRef* GetInterface();
+};
+
} // namespace ppapi
} // namespace webkit

Powered by Google App Engine
This is Rietveld 408576698