| Index: ppapi/proxy/serialized_structs.h
|
| diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
|
| index 516d53d42975c7b37ca991ec5733c8b9981e4425..dd83396387671439affd3e6045bf7316dfc2d4bc 100644
|
| --- a/ppapi/proxy/serialized_structs.h
|
| +++ b/ppapi/proxy/serialized_structs.h
|
| @@ -113,6 +113,12 @@ struct PPBURLLoader_UpdateProgress_Params {
|
| int64_t total_bytes_to_be_received;
|
| };
|
|
|
| +struct PPPVideoCapture_Buffer {
|
| + pp::proxy::HostResource resource;
|
| + uint32_t size;
|
| + base::SharedMemoryHandle handle;
|
| +};
|
| +
|
| #if defined(OS_WIN)
|
| typedef HANDLE ImageHandle;
|
| #elif defined(OS_MACOSX)
|
|
|