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..91a0f33204579dc5cc84b3c76eee2533057f50f2 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 = false); |
void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot); |