| Index: tracing/tracing/ui/tracks/stacked_bars_track.html
|
| diff --git a/tracing/tracing/ui/tracks/stacked_bars_track.html b/tracing/tracing/ui/tracks/stacked_bars_track.html
|
| index 3118bd4d3a4ec2db80bd7d39d4609ad0c346c37f..e618bc48027677102995833f1cdfe85261da91db 100644
|
| --- a/tracing/tracing/ui/tracks/stacked_bars_track.html
|
| +++ b/tracing/tracing/ui/tracks/stacked_bars_track.html
|
| @@ -65,7 +65,7 @@ tr.exportTo('tr.ui.tracks', function() {
|
| var snapshots = this.objectInstance_.snapshots;
|
| var maxBounds = this.objectInstance_.parent.model.bounds.max;
|
|
|
| - tr.b.iterateOverIntersectingIntervals(
|
| + tr.b.math.iterateOverIntersectingIntervals(
|
| snapshots,
|
| function(x) { return x.ts; },
|
| function(x, i) {
|
| @@ -110,7 +110,7 @@ tr.exportTo('tr.ui.tracks', function() {
|
|
|
| addClosestEventToSelection: function(worldX, worldMaxDist, loY, hiY,
|
| selection) {
|
| - var snapshot = tr.b.findClosestElementInSortedArray(
|
| + var snapshot = tr.b.math.findClosestElementInSortedArray(
|
| this.objectInstance_.snapshots,
|
| function(x) { return x.ts; },
|
| worldX,
|
|
|