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

Unified Diff: tracing/tracing/model/helpers/chrome_model_helper.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/helpers/chrome_model_helper.html
diff --git a/tracing/tracing/model/helpers/chrome_model_helper.html b/tracing/tracing/model/helpers/chrome_model_helper.html
index e454392c3f71bdc7cb9852bb5599eea922f9994b..47e435f32b0855ae9b6d9715874469557d38536a 100644
--- a/tracing/tracing/model/helpers/chrome_model_helper.html
+++ b/tracing/tracing/model/helpers/chrome_model_helper.html
@@ -150,7 +150,7 @@ tr.exportTo('tr.model.helpers', function() {
*/
get chromeBounds() {
if (!this.chromeBounds_) {
- this.chromeBounds_ = new tr.b.Range();
+ this.chromeBounds_ = new tr.b.math.Range();
for (var browserHelper of
tr.b.dictionaryValues(this.browserHelpers)) {
this.chromeBounds_.addRange(browserHelper.process.bounds);

Powered by Google App Engine
This is Rietveld 408576698