| Index: ppapi/proxy/serialized_structs.h
|
| diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
|
| index 1779fd8b72fb07abfe7c28111b6e007cb7317cdb..e0cb5b0d81bb509e91e19e7e52b0b8ec27831935 100644
|
| --- a/ppapi/proxy/serialized_structs.h
|
| +++ b/ppapi/proxy/serialized_structs.h
|
| @@ -81,12 +81,6 @@ struct PPBURLLoader_UpdateProgress_Params {
|
| int64_t total_bytes_to_be_received;
|
| };
|
|
|
| -struct PPPVideoCapture_Buffer {
|
| - ppapi::HostResource resource;
|
| - uint32_t size;
|
| - base::SharedMemoryHandle handle;
|
| -};
|
| -
|
| // We put all our handles in a unified structure to make it easy to translate
|
| // them in NaClIPCAdapter for use in NaCl.
|
| class PPAPI_PROXY_EXPORT SerializedHandle {
|
| @@ -186,8 +180,6 @@ class PPAPI_PROXY_EXPORT SerializedHandle {
|
| IPC::PlatformFileForTransit descriptor_;
|
| };
|
|
|
| -// TODO(tomfinegan): This is identical to PPPVideoCapture_Buffer, maybe replace
|
| -// both with a single type?
|
| struct PPPDecryptor_Buffer {
|
| ppapi::HostResource resource;
|
| uint32_t size;
|
|
|