| Index: ppapi/proxy/serialized_structs.h
|
| diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
|
| index f3e114c09fa4fc318de79bb7cc63c7d71688fa15..bd8b519dd688ca22b5f5f4243c3990b27466f85c 100644
|
| --- a/ppapi/proxy/serialized_structs.h
|
| +++ b/ppapi/proxy/serialized_structs.h
|
| @@ -13,6 +13,7 @@
|
| #include "build/build_config.h"
|
| #include "ppapi/c/dev/ppb_truetype_font_dev.h"
|
| #include "ppapi/c/pp_bool.h"
|
| +#include "ppapi/c/pp_codecs.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_point.h"
|
| #include "ppapi/c/pp_rect.h"
|
| @@ -132,6 +133,15 @@ struct PPPDecryptor_Buffer {
|
| base::SharedMemoryHandle handle;
|
| };
|
|
|
| +struct PPB_AudioEncodeParameters {
|
| + uint32_t channels;
|
| + uint32_t input_sample_rate;
|
| + uint32_t input_sample_size;
|
| + PP_AudioProfile output_profile;
|
| + uint32_t initial_bitrate;
|
| + PP_HardwareAcceleration acceleration;
|
| +};
|
| +
|
| // TODO(raymes): Make ImageHandle compatible with SerializedHandle.
|
| #if defined(OS_WIN)
|
| typedef HANDLE ImageHandle;
|
|
|