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

Unified Diff: tracing/tracing/ui/base/timing_tool.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/base/scatter_chart_test.html ('k') | tracing/tracing/ui/base/utils.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/timing_tool.html
diff --git a/tracing/tracing/ui/base/timing_tool.html b/tracing/tracing/ui/base/timing_tool.html
index aea9e3357e77b3b67974c8cb5306dc746664cae4..66652a8b970221901f44c0d85afe12711ff2d594 100644
--- a/tracing/tracing/ui/base/timing_tool.html
+++ b/tracing/tracing/ui/base/timing_tool.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/model/event_set.html">
<link rel="import" href="/tracing/model/slice.html">
<link rel="import" href="/tracing/ui/base/ui.html">
@@ -272,7 +272,7 @@ tr.exportTo('tr.ui.b', function() {
snapped: false
};
- var eventBounds = new tr.b.Range();
+ var eventBounds = new tr.b.math.Range();
for (var event of selection) {
var track = viewport.trackForEvent(event);
var trackRect = track.getBoundingClientRect();
« no previous file with comments | « tracing/tracing/ui/base/scatter_chart_test.html ('k') | tracing/tracing/ui/base/utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698