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

Unified Diff: tracing/tracing/ui/extras/side_panel/frame_data_side_panel.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
Index: tracing/tracing/ui/extras/side_panel/frame_data_side_panel.html
diff --git a/tracing/tracing/ui/extras/side_panel/frame_data_side_panel.html b/tracing/tracing/ui/extras/side_panel/frame_data_side_panel.html
index da1f0b2d7a789ee307efcf45f7258d82fce97ac7..bb0aff5fcfa6742863b7e5cf7915257aa446f93d 100644
--- a/tracing/tracing/ui/extras/side_panel/frame_data_side_panel.html
+++ b/tracing/tracing/ui/extras/side_panel/frame_data_side_panel.html
@@ -170,7 +170,7 @@ tr.exportTo('tr.ui.e.s', function() {
ready: function() {
this.model_ = undefined;
- this.rangeOfInterest_ = new tr.b.Range();
+ this.rangeOfInterest_ = new tr.b.math.Range();
this.$.table.showHeader = true;
this.$.table.selectionMode = tr.ui.b.TableFormat.SelectionMode.ROW;

Powered by Google App Engine
This is Rietveld 408576698