diff options
Diffstat (limited to 'ppapi/tests/test_video_decoder.cc')
-rw-r--r-- | ppapi/tests/test_video_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_video_decoder.cc b/ppapi/tests/test_video_decoder.cc index 4279894..db0da55 100644 --- a/ppapi/tests/test_video_decoder.cc +++ b/ppapi/tests/test_video_decoder.cc @@ -29,7 +29,7 @@ void TestVideoDecoder::QuitMessageLoop() { std::string TestVideoDecoder::TestCreate() { PP_Resource decoder = video_decoder_interface_->Create( - instance_->pp_instance(), NULL); + instance_->pp_instance(), NULL, PP_MakeCompletionCallback(NULL, NULL)); if (decoder == 0) { return "Error creating the decoder"; } |