Chromium Code Reviews| Index: ppapi/api/pp_array_output.idl |
| diff --git a/ppapi/api/pp_array_output.idl b/ppapi/api/pp_array_output.idl |
| index 46411d883564b0fa56f92ac056fa1515c8fc56b7..b3b508aa06032c99d4f401281f4c7cd4eb3f38c2 100644 |
| --- a/ppapi/api/pp_array_output.idl |
| +++ b/ppapi/api/pp_array_output.idl |
| @@ -75,6 +75,7 @@ typedef mem_t PP_ArrayOutput_GetDataBuffer([inout] mem_t user_data, |
| * } |
| * @endcode |
| */ |
| +[passByValue] |
| struct PP_ArrayOutput { |
| /** |
| * A pointer to the allocation function that the browser implements. |