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

Side by Side Diff: ppapi/c/trusted/ppb_audio_input_trusted_dev.h

Issue 8983022: Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebbbase Created 8 years, 11 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
« no previous file with comments | « ppapi/c/private/ppb_net_address_private.h ('k') | ppapi/c/trusted/ppb_file_chooser_trusted.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 trusted/ppb_audio_input_trusted_dev.idl modified Mon Nov 21 12:37:35 201 1. */ 6 /* From trusted/ppb_audio_input_trusted_dev.idl,
7 * modified Wed Jan 4 09:11:42 2012.
8 */
7 9
8 #ifndef PPAPI_C_TRUSTED_PPB_AUDIO_INPUT_TRUSTED_DEV_H_ 10 #ifndef PPAPI_C_TRUSTED_PPB_AUDIO_INPUT_TRUSTED_DEV_H_
9 #define PPAPI_C_TRUSTED_PPB_AUDIO_INPUT_TRUSTED_DEV_H_ 11 #define PPAPI_C_TRUSTED_PPB_AUDIO_INPUT_TRUSTED_DEV_H_
10 12
11 #include "ppapi/c/pp_completion_callback.h" 13 #include "ppapi/c/pp_completion_callback.h"
12 #include "ppapi/c/pp_instance.h" 14 #include "ppapi/c/pp_instance.h"
13 #include "ppapi/c/pp_macros.h" 15 #include "ppapi/c/pp_macros.h"
14 #include "ppapi/c/pp_resource.h" 16 #include "ppapi/c/pp_resource.h"
15 #include "ppapi/c/pp_stdint.h" 17 #include "ppapi/c/pp_stdint.h"
16 18
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 int32_t (*GetSharedMemory)(PP_Resource audio_input, 61 int32_t (*GetSharedMemory)(PP_Resource audio_input,
60 int* shm_handle, 62 int* shm_handle,
61 uint32_t* shm_size); 63 uint32_t* shm_size);
62 }; 64 };
63 /** 65 /**
64 * @} 66 * @}
65 */ 67 */
66 68
67 #endif /* PPAPI_C_TRUSTED_PPB_AUDIO_INPUT_TRUSTED_DEV_H_ */ 69 #endif /* PPAPI_C_TRUSTED_PPB_AUDIO_INPUT_TRUSTED_DEV_H_ */
68 70
OLDNEW
« no previous file with comments | « ppapi/c/private/ppb_net_address_private.h ('k') | ppapi/c/trusted/ppb_file_chooser_trusted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698