Index: webrtc/modules/video_coding/codecs/test/predictive_packet_manipulator.h |
diff --git a/webrtc/modules/video_coding/codecs/test/predictive_packet_manipulator.h b/webrtc/modules/video_coding/codecs/test/predictive_packet_manipulator.h |
index 082712d870dd1d8ff3596a4c4d6d36aaafbf8aef..45c7848c6799c2fb08f62f498e05e83593825653 100644 |
--- a/webrtc/modules/video_coding/codecs/test/predictive_packet_manipulator.h |
+++ b/webrtc/modules/video_coding/codecs/test/predictive_packet_manipulator.h |
@@ -31,6 +31,7 @@ class PredictivePacketManipulator : public PacketManipulatorImpl { |
// FIFO queue so they will be returned in the same order they were added. |
// Result parameter must be 0.0 to 1.0. |
void AddRandomResult(double result); |
+ |
protected: |
// Returns a uniformly distributed random value between 0.0 and 1.0 |
double RandomUniform() override; |