| Index: ppapi/proxy/serialized_structs.h
|
| diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
|
| index 4844d6b979d447b4a46170d8c15a545f456536e1..2b403b47100e4eedf9e51c5b5479b7305d571f07 100644
|
| --- a/ppapi/proxy/serialized_structs.h
|
| +++ b/ppapi/proxy/serialized_structs.h
|
| @@ -117,6 +117,7 @@ struct PPPDecryptor_Buffer {
|
| base::SharedMemoryHandle handle;
|
| };
|
|
|
| +// TODO(raymes): Make ImageHandle compatible with SerializedHandle.
|
| #if defined(OS_WIN)
|
| typedef HANDLE ImageHandle;
|
| #elif defined(OS_MACOSX) || defined(OS_ANDROID)
|
|
|