Chromium Code Reviews| Index: webkit/plugins/ppapi/ppb_file_ref_impl.h |
| diff --git a/webkit/plugins/ppapi/ppb_file_ref_impl.h b/webkit/plugins/ppapi/ppb_file_ref_impl.h |
| index a1856c0ce0f2607076936a43d8d2412fa9a19992..574840351eba4a40aa3fc8446ad164bc4413b2d0 100644 |
| --- a/webkit/plugins/ppapi/ppb_file_ref_impl.h |
| +++ b/webkit/plugins/ppapi/ppb_file_ref_impl.h |
| @@ -9,6 +9,7 @@ |
| #include "base/files/file_path.h" |
| #include "googleurl/src/gurl.h" |
| +#include "ppapi/c/pp_file_info.h" |
| #include "ppapi/c/ppb_file_ref.h" |
| #include "ppapi/shared_impl/ppb_file_ref_shared.h" |
| #include "ppapi/shared_impl/var.h" |
| @@ -53,6 +54,9 @@ class WEBKIT_GLUE_EXPORT PPB_FileRef_Impl |
| virtual int32_t Rename( |
| PP_Resource new_file_ref, |
| scoped_refptr< ::ppapi::TrackedCallback> callback) OVERRIDE; |
| + virtual int32_t Query( |
| + PP_FileInfo *info, |
|
yzshen1
2013/03/21 17:18:11
nit: wrong position of '*'.
teravest
2013/03/21 19:48:57
Done.
|
| + scoped_refptr< ::ppapi::TrackedCallback> callback) OVERRIDE; |
| virtual PP_Var GetAbsolutePath(); |
| PPB_FileSystem_Impl* file_system() const { return file_system_.get(); } |