Index: ppapi/proxy/serialized_structs.h |
diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h |
index 6bb0da0df9268b0dc935088ba318dd9c2d9d81b9..31744495baab07ea84ffcd584ecf7f9190b0ab3f 100644 |
--- a/ppapi/proxy/serialized_structs.h |
+++ b/ppapi/proxy/serialized_structs.h |
@@ -101,6 +101,14 @@ struct PPPVideoCapture_Buffer { |
base::SharedMemoryHandle handle; |
}; |
+// TODO(tomfinegan): This is identical to PPPVideoCapture_Buffer, maybe replace |
+// both with a single type? |
+struct PPPDecryptor_Buffer { |
+ ppapi::HostResource resource; |
+ uint32_t size; |
+ base::SharedMemoryHandle handle; |
+}; |
+ |
#if defined(OS_WIN) |
typedef HANDLE ImageHandle; |
#elif defined(OS_MACOSX) || defined(OS_ANDROID) |