Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: ppapi/c/ppb_file_mapping.h

Issue 69663002: PPAPI: Implement PPB_FileMapping on POSIX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix missing return Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW
« no previous file with comments | « ppapi/api/ppb_file_mapping.idl ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698