| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 /* From ppb_file_mapping.idl modified Wed Jan 22 12:25:44 2014. */ | 6 /* From ppb_file_mapping.idl modified Mon Jan 27 11:00:43 2014. */ |
| 7 | 7 |
| 8 #ifndef PPAPI_C_PPB_FILE_MAPPING_H_ | 8 #ifndef PPAPI_C_PPB_FILE_MAPPING_H_ |
| 9 #define PPAPI_C_PPB_FILE_MAPPING_H_ | 9 #define PPAPI_C_PPB_FILE_MAPPING_H_ |
| 10 | 10 |
| 11 #include "ppapi/c/pp_completion_callback.h" | 11 #include "ppapi/c/pp_completion_callback.h" |
| 12 #include "ppapi/c/pp_instance.h" | 12 #include "ppapi/c/pp_instance.h" |
| 13 #include "ppapi/c/pp_macros.h" | 13 #include "ppapi/c/pp_macros.h" |
| 14 #include "ppapi/c/pp_resource.h" | 14 #include "ppapi/c/pp_resource.h" |
| 15 #include "ppapi/c/pp_stdint.h" | 15 #include "ppapi/c/pp_stdint.h" |
| 16 | 16 |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 * @return The size of pages that Map() uses. Returns 0 on failure. | 138 * @return The size of pages that Map() uses. Returns 0 on failure. |
| 139 */ | 139 */ |
| 140 int64_t (*GetMapPageSize)(PP_Instance instance); | 140 int64_t (*GetMapPageSize)(PP_Instance instance); |
| 141 }; | 141 }; |
| 142 /** | 142 /** |
| 143 * @} | 143 * @} |
| 144 */ | 144 */ |
| 145 | 145 |
| 146 #endif /* PPAPI_C_PPB_FILE_MAPPING_H_ */ | 146 #endif /* PPAPI_C_PPB_FILE_MAPPING_H_ */ |
| 147 | 147 |
| OLD | NEW |