| Index: ppapi/native_client/src/shared/ppapi_proxy/object_serialize.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/object_serialize.h b/ppapi/native_client/src/shared/ppapi_proxy/object_serialize.h
|
| index 992e2a630118738e8108bebb9d35fd3ed0c35efa..9f3340a609f986dacae18fcdb5aaa1d3b2ab3923 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/object_serialize.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/object_serialize.h
|
| @@ -1,7 +1,7 @@
|
| /*
|
| - * Copyright 2011 The Chromium Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can
|
| - * be found in the LICENSE file.
|
| + * Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| */
|
|
|
| #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_OBJECT_SERIALIZE_H_
|
| @@ -28,8 +28,7 @@ char* Serialize(const PP_Var* vars, uint32_t argc, uint32_t* length);
|
| // Deserialize a vector "bytes" of "length" bytes containing "argc" PP_Vars
|
| // into the vector of PP_Vars pointed to by "vars". Returns true if
|
| // successful, or false otherwise.
|
| -bool DeserializeTo(NaClSrpcChannel* channel,
|
| - char* bytes,
|
| +bool DeserializeTo(char* bytes,
|
| uint32_t length,
|
| uint32_t argc,
|
| PP_Var* vars);
|
|
|