| Index: content/browser/resources/media/stats_graph_helper.js
|
| diff --git a/content/browser/resources/media/stats_graph_helper.js b/content/browser/resources/media/stats_graph_helper.js
|
| index 33146f9f27e15b53a205a84c6d4a7ab41275571a..63ccf4d3ce29e932773e54eb58e6f34be796381b 100644
|
| --- a/content/browser/resources/media/stats_graph_helper.js
|
| +++ b/content/browser/resources/media/stats_graph_helper.js
|
| @@ -140,6 +140,7 @@ function drawSingleReport(peerConnectionElement, report) {
|
| // both the simple and compound graph cases.
|
| if (!graphViews[graphViewId].hasDataSeries(dataSeries[finalDataSeriesId]))
|
| graphViews[graphViewId].addDataSeries(dataSeries[finalDataSeriesId]);
|
| +
|
| graphViews[graphViewId].updateEndDate();
|
| }
|
| }
|
|
|