summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_file_ref_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppb_file_ref_proxy.h')
-rw-r--r--ppapi/proxy/ppb_file_ref_proxy.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/proxy/ppb_file_ref_proxy.h b/ppapi/proxy/ppb_file_ref_proxy.h
index ca0b588..076bea2 100644
--- a/ppapi/proxy/ppb_file_ref_proxy.h
+++ b/ppapi/proxy/ppb_file_ref_proxy.h
@@ -28,9 +28,8 @@ class PPB_FileRef_Proxy : public InterfaceProxy {
static const Info* GetInfo();
- const PPB_FileRef_Dev* ppb_file_ref_target() const {
- return static_cast<const PPB_FileRef_Dev*>(target_interface());
- }
+ static PP_Resource CreateProxyResource(PP_Resource file_system,
+ const char* path);
// InterfaceProxy implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);