Chromium Code Reviews| Index: remoting/client/plugin/pepper_video_renderer_3d.cc |
| diff --git a/remoting/client/plugin/pepper_video_renderer_3d.cc b/remoting/client/plugin/pepper_video_renderer_3d.cc |
| index 711c2104b702cf083f78a4b4b337286fb20eb91e..8415f487136b0973c4a30c0521e29d8d0821c441 100644 |
| --- a/remoting/client/plugin/pepper_video_renderer_3d.cc |
| +++ b/remoting/client/plugin/pepper_video_renderer_3d.cc |
| @@ -171,7 +171,7 @@ void PepperVideoRenderer3D::OnSessionConfig( |
| NOTREACHED(); |
| } |
| int32_t result = video_decoder_.Initialize( |
| - graphics_, video_profile, PP_HARDWAREACCELERATION_WITHFALLBACK, |
| + graphics_, video_profile, PP_HARDWAREACCELERATION_WITHFALLBACK, 0, |
|
Sergey Ulanov
2015/08/11 18:17:01
What happens when a plugin calls GetPicture() whil
lpique
2015/08/11 19:56:10
At present, the call to GetPictures() succeeds (PP
|
| callback_factory_.NewCallback(&PepperVideoRenderer3D::OnInitialized)); |
| CHECK_EQ(result, PP_OK_COMPLETIONPENDING) |
| << "video_decoder_.Initialize() returned " << result; |