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 afe3c93edcda39ba8264e998513dcf6b3905eac2..0b721a85042fb8dfe2b1002bc955fb837250a16b 100644 |
--- a/remoting/client/plugin/pepper_video_renderer_3d.h |
+++ b/remoting/client/plugin/pepper_video_renderer_3d.h |
@@ -95,6 +95,10 @@ class PepperVideoRenderer3D : public PepperVideoRenderer, |
// CHECKs that the last OpenGL call has completed successfully. |
void CheckGLError(); |
+ // The implementation here requires this minimum number of pictures from the |
+ // video decoder interface to work. |
+ static const uint32_t kMinimumPictureCount = 3; |
Sergey Ulanov
2015/08/11 23:10:20
This doesn't need to be defined in the class. It c
|
+ |
EventHandler* event_handler_; |
pp::Graphics3D graphics_; |