| Index: remoting/client/plugin/pepper_video_renderer_3d.h
|
| diff --git a/remoting/client/plugin/pepper_video_renderer_3d.h b/remoting/client/plugin/pepper_video_renderer_3d.h
|
| index 23494640769be24cc7439b3c29e8c6e7cb8fce91..807019e535ddcd3e2a6bf51b49344f9b1a1d2f38 100644
|
| --- a/remoting/client/plugin/pepper_video_renderer_3d.h
|
| +++ b/remoting/client/plugin/pepper_video_renderer_3d.h
|
| @@ -71,8 +71,8 @@ class PepperVideoRenderer3D : public PepperVideoRenderer,
|
| // Callback for pp::VideoDecoder::Decode().
|
| void OnDecodeDone(int32_t result);
|
|
|
| - // Fetches next picture from the |video_decoder_|.
|
| - void GetNextPicture();
|
| + // Fetches next picture from the |video_decoder_| if a decoded frame is ready.
|
| + void GetNextPictureIfReady();
|
|
|
| // Callback for pp::VideoDecoder::GetPicture().
|
| void OnPictureReady(int32_t result, PP_VideoPicture picture);
|
|
|