| Index: ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| index 5a93d27e54385882e4db1d0256c230e7efe60243..123b699d89bc5a3d9088761dd8946d354ea5a261 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -89,6 +89,7 @@ struct OpenManifestEntryResource {
|
|
|
| std::string url;
|
| struct NaClFileInfo* file_info;
|
| + PP_NaClFileInfo pp_file_info;
|
| bool* op_complete_ptr;
|
| OpenManifestEntryAsyncCallback* callback;
|
| };
|
|
|