Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: tracing/tracing/ui/tracks/track.html

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tracing/tracing/ui/tracks/stacked_bars_track.html ('k') | tracing/tracing/value/histogram.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/tracks/track.html
diff --git a/tracing/tracing/ui/tracks/track.html b/tracing/tracing/ui/tracks/track.html
index 88988a25c48fe52811771cf0b926ee6bb8a82ba7..62b18a5bad65079ac70689d457f229b67d252478 100644
--- a/tracing/tracing/ui/tracks/track.html
+++ b/tracing/tracing/ui/tracks/track.html
@@ -146,7 +146,7 @@ tr.exportTo('tr.ui.tracks', function() {
addClosestInstantEventToSelection: function(instantEvents, worldX,
worldMaxDist, selection) {
- var instantEvent = tr.b.findClosestElementInSortedArray(
+ var instantEvent = tr.b.math.findClosestElementInSortedArray(
instantEvents,
function(x) { return x.start; },
worldX,
« no previous file with comments | « tracing/tracing/ui/tracks/stacked_bars_track.html ('k') | tracing/tracing/value/histogram.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698