| Index: ppapi/proxy/ppb_instance_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_instance_proxy.cc b/ppapi/proxy/ppb_instance_proxy.cc
|
| index d7d8d20612640a0d53660de85a04a3fe83e41499..fce02532b625b614cc9ac73b556ddf5585d5bbee 100644
|
| --- a/ppapi/proxy/ppb_instance_proxy.cc
|
| +++ b/ppapi/proxy/ppb_instance_proxy.cc
|
| @@ -557,7 +557,7 @@ void PPB_Instance_Proxy::KeyError(PP_Instance instance,
|
|
|
| void PPB_Instance_Proxy::DeliverBlock(PP_Instance instance,
|
| PP_Resource decrypted_block,
|
| - PP_CompletionCallback callback) {
|
| + uint32_t id) {
|
| }
|
|
|
| void PPB_Instance_Proxy::DeliverFrame(PP_Instance instance,
|
|
|