Clarify some function names in visualization tool.

Review-Url: https://codereview.webrtc.org/2230153003
Cr-Commit-Position: refs/heads/master@{#13754}
This commit is contained in:
terelius
2016-08-15 08:47:14 -07:00
committed by Commit bot
parent 2ab1da7c37
commit e34c19c9d7
3 changed files with 7 additions and 7 deletions

View File

@ -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 {