| 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 b6e1b087a1561964c8a7f3b45b66f737a2bf9657..dc7fd2bc50964b40a0d7f07d9a095cf3635a63ba 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h
|
| @@ -85,6 +85,7 @@ struct OpenManifestEntryResource {
|
|
|
| std::string url;
|
| struct NaClFileInfo* file_info;
|
| + PP_NaClFileInfo pp_file_info;
|
| bool* op_complete_ptr;
|
| OpenManifestEntryAsyncCallback* callback;
|
| };
|
|
|