Index: webrtc/tools/event_log_visualizer/analyzer.h |
diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/tools/event_log_visualizer/analyzer.h |
index 988f2cb482151aaa87288cf27ef119c7e5f38527..41894c35443e6cc6397d1d2c928f9d9bd52f006d 100644 |
--- a/webrtc/tools/event_log_visualizer/analyzer.h |
+++ b/webrtc/tools/event_log_visualizer/analyzer.h |
@@ -85,7 +85,9 @@ class EventLogAnalyzer { |
void CreateFractionLossGraph(Plot* plot); |
- void CreateTotalBitrateGraph(PacketDirection desired_direction, Plot* plot); |
+ void CreateTotalBitrateGraph(PacketDirection desired_direction, |
+ Plot* plot, |
+ bool show_detector_state); |
terelius
2017/04/24 11:58:06
Please give show_detector_state a default value fa
philipel
2017/04/26 12:56:28
Done.
|
void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot); |