| 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 4a1a2d60194c83b2fbf15305124501cb7af3cd69..d2f569cde27eb5cbfd48fc36924cb71d9481fb6a 100644
|
| --- a/webrtc/tools/event_log_visualizer/analyzer.h
|
| +++ b/webrtc/tools/event_log_visualizer/analyzer.h
|
| @@ -73,9 +73,9 @@ class EventLogAnalyzer {
|
|
|
| void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot);
|
|
|
| - void CreateBweGraph(Plot* plot);
|
| + void CreateBweSimulationGraph(Plot* plot);
|
|
|
| - void CreateNetworkDelayFeebackGraph(Plot* plot);
|
| + void CreateNetworkDelayFeedbackGraph(Plot* plot);
|
|
|
| private:
|
| class StreamId {
|
|
|