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

Side by Side Diff: ppapi/api/trusted/ppb_audio_input_trusted_dev.idl

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
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 * This file defines the trusted audio input interface. 6 * This file defines the trusted audio input interface.
7 */ 7 */
8 8
9 label Chrome { 9 label Chrome {
10 M17 = 0.1 10 M17 = 0.1
11 }; 11 };
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 /** 44 /**
45 * Get the shared memory interface. Use once Open has completed. 45 * Get the shared memory interface. Use once Open has completed.
46 * Returns PP_OK on success. 46 * Returns PP_OK on success.
47 */ 47 */
48 int32_t GetSharedMemory( 48 int32_t GetSharedMemory(
49 [in] PP_Resource audio_input, 49 [in] PP_Resource audio_input,
50 [out] handle_t shm_handle, 50 [out] handle_t shm_handle,
51 [out] uint32_t shm_size); 51 [out] uint32_t shm_size);
52 }; 52 };
OLDNEW
« no previous file with comments | « ppapi/api/private/ppb_net_address_private.idl ('k') | ppapi/api/trusted/ppb_file_chooser_trusted.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698