| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| index a1c70c6b4382cec04a338bea30cfdf11d49aad12..efaa3fe51cf2d38ff69b5ceba0dbad69343cfa1d 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
|
| @@ -160,8 +160,7 @@ class PppPrintingRpcClient {
|
| static NaClSrpcError PPP_Printing_QuerySupportedFormats(
|
| NaClSrpcChannel* channel,
|
| PP_Instance instance,
|
| - nacl_abi_size_t* formats_bytes, char* formats,
|
| - int32_t* format_count);
|
| + int32_t* formats);
|
| static NaClSrpcError PPP_Printing_Begin(
|
| NaClSrpcChannel* channel,
|
| PP_Instance instance,
|
|
|