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

Unified Diff: tracing/tracing/ui/side_panel/side_panel_container.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/side_panel/side_panel_container.html
diff --git a/tracing/tracing/ui/side_panel/side_panel_container.html b/tracing/tracing/ui/side_panel/side_panel_container.html
index 066191843dc596e97c464d0d10e30f40d7153691..47b75beba29e33bb8c337bcbd03b26b07fa5b686 100644
--- a/tracing/tracing/ui/side_panel/side_panel_container.html
+++ b/tracing/tracing/ui/side_panel/side_panel_container.html
@@ -5,7 +5,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<link rel="import" href="/tracing/base/range.html">
+<link rel="import" href="/tracing/base/math/range.html">
<link rel="import" href="/tracing/ui/side_panel/side_panel.html">
<link rel="import" href="/tracing/ui/side_panel/side_panel_registry.html">
@@ -90,7 +90,7 @@ Polymer({
this.dragHandle_ = this.$.side_panel_drag_handle;
this.dragHandle_.horizontal = false;
this.dragHandle_.target = this.activePanelContainer_;
- this.rangeOfInterest_ = new tr.b.Range();
+ this.rangeOfInterest_ = new tr.b.math.Range();
this.brushingStateController_ = undefined;
this.onSelectionChanged_ = this.onSelectionChanged_.bind(this);
this.onModelChanged_ = this.onModelChanged_.bind(this);
« no previous file with comments | « tracing/tracing/ui/side_panel/metrics_side_panel.html ('k') | tracing/tracing/ui/timeline_display_transform_animations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698