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

Unified Diff: tracing/tracing/ui/extras/drive/comments_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/drive/comments_side_panel.html
diff --git a/tracing/tracing/ui/extras/drive/comments_side_panel.html b/tracing/tracing/ui/extras/drive/comments_side_panel.html
index a834ab16da3f6632d73100e30511e42bf9d7e776..4c72fa6dddfa15469a96317ee96a0132052dda7d 100644
--- a/tracing/tracing/ui/extras/drive/comments_side_panel.html
+++ b/tracing/tracing/ui/extras/drive/comments_side_panel.html
@@ -61,7 +61,7 @@ Polymer({
behaviors: [tr.ui.behaviors.SidePanel],
ready: function() {
- this.rangeOfInterest_ = new tr.b.Range();
+ this.rangeOfInterest_ = new tr.b.math.Range();
this.selection_ = undefined;
this.comments_ = [];
this.annotationFromComment_ = undefined;

Powered by Google App Engine
This is Rietveld 408576698