| Index: ppapi/thunk/ppb_content_decryptor_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_content_decryptor_thunk.cc b/ppapi/thunk/ppb_content_decryptor_thunk.cc
|
| index 3c98cf751671f9fcb33dd9cfee3541547f51e3e3..905ee323551c1ea970075ef900adb80b154c1a04 100644
|
| --- a/ppapi/thunk/ppb_content_decryptor_thunk.cc
|
| +++ b/ppapi/thunk/ppb_content_decryptor_thunk.cc
|
| @@ -57,10 +57,10 @@ void KeyError(PP_Instance instance,
|
|
|
| void DeliverBlock(PP_Instance instance,
|
| PP_Resource decrypted_block,
|
| - PP_CompletionCallback callback) {
|
| + uint32_t id) {
|
| EnterInstance enter(instance);
|
| if (enter.succeeded()) {
|
| - enter.functions()->DeliverBlock(instance, decrypted_block, callback);
|
| + enter.functions()->DeliverBlock(instance, decrypted_block, id);
|
| }
|
| }
|
|
|
|
|