| Index: ppapi/proxy/ppapi_messages.h
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_messages.h (revision 122585)
|
| +++ ppapi/proxy/ppapi_messages.h (working copy)
|
| @@ -923,6 +923,14 @@
|
| PP_Instance /* instance */,
|
| ppapi::HostResource /* device */,
|
| PP_Bool /* result */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_1(
|
| + PpapiHostMsg_PPBInstance_GetAudioHardwareOutputSampleRate,
|
| + PP_Instance /* instance */,
|
| + uint32_t /* result */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_1(
|
| + PpapiHostMsg_PPBInstance_GetAudioHardwareOutputBufferSize,
|
| + PP_Instance /* instance */,
|
| + uint32_t /* result */)
|
| IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_IsFullFrame,
|
| PP_Instance /* instance */,
|
| PP_Bool /* result */)
|
|
|