Index: webrtc/rtc_tools/event_log_visualizer/analyzer.h |
diff --git a/webrtc/rtc_tools/event_log_visualizer/analyzer.h b/webrtc/rtc_tools/event_log_visualizer/analyzer.h |
index cdc81f1f4c5cffbaf94fc7646d2623b7675da04d..ed17f01602338233dc517f389112946d13efc4e7 100644 |
--- a/webrtc/rtc_tools/event_log_visualizer/analyzer.h |
+++ b/webrtc/rtc_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 = false); |
void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot); |