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

Unified Diff: tracing/tracing/model/model.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/model/model.html
diff --git a/tracing/tracing/model/model.html b/tracing/tracing/model/model.html
index db9e0cf936eb8998440af9cfa73692408a11d0b8..33b43be2b7f84aacaaf6bde7acd0aedd77bfb293 100644
--- a/tracing/tracing/model/model.html
+++ b/tracing/tracing/model/model.html
@@ -8,8 +8,8 @@ found in the LICENSE file.
<link rel="import" href="/tracing/base/base.html">
<link rel="import" href="/tracing/base/event.html">
<link rel="import" href="/tracing/base/interval_tree.html">
-<link rel="import" href="/tracing/base/quad.html">
-<link rel="import" href="/tracing/base/range.html">
+<link rel="import" href="/tracing/base/math/quad.html">
+<link rel="import" href="/tracing/base/math/range.html">
<link rel="import" href="/tracing/base/task.html">
<link rel="import" href="/tracing/base/time_display_modes.html">
<link rel="import" href="/tracing/base/unit.html">
@@ -617,7 +617,7 @@ tr.exportTo('tr', function() {
if ((object instanceof tr.model.ObjectSnapshot) ||
(object instanceof Float32Array) ||
- (object instanceof tr.b.Quad))
+ (object instanceof tr.b.math.Quad))
return;
if (object instanceof Array) {
« no previous file with comments | « tracing/tracing/model/helpers/chrome_renderer_helper.html ('k') | tracing/tracing/model/object_collection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698