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

Unified Diff: tracing/tracing/value/ui/scalar_context_controller.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/value/ui/scalar_context_controller.html
diff --git a/tracing/tracing/value/ui/scalar_context_controller.html b/tracing/tracing/value/ui/scalar_context_controller.html
index a3d1f1edff138e6d2949ad98c7977a2691b2ae1d..cc167bb7450dc85aa22857f3190665a2768543ff 100644
--- a/tracing/tracing/value/ui/scalar_context_controller.html
+++ b/tracing/tracing/value/ui/scalar_context_controller.html
@@ -6,8 +6,8 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/base/event.html">
+<link rel="import" href="/tracing/base/math/range.html">
<link rel="import" href="/tracing/base/raf.html">
-<link rel="import" href="/tracing/base/range.html">
<dom-module id='tr-v-ui-scalar-context-controller'>
<template></template>
@@ -112,7 +112,7 @@ tr.exportTo('tr.v.ui', function() {
if (context === undefined) {
context = {
spans: new Set(),
- range: new tr.b.Range()
+ range: new tr.b.math.Range()
};
this.groupToContext_.set(group, context);
}
« no previous file with comments | « tracing/tracing/value/ui/histogram_span.html ('k') | tracing/tracing/value/ui/scalar_context_controller_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698