| Index: ppapi/proxy/ppb_file_ref_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_file_ref_proxy.h (revision 87260)
|
| +++ ppapi/proxy/ppb_file_ref_proxy.h (working copy)
|
| @@ -28,9 +28,8 @@
|
|
|
| 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);
|
|
|