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

Unified Diff: tracing/tracing/model/helpers/android_surface_flinger.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/android_surface_flinger.html
diff --git a/tracing/tracing/model/helpers/android_surface_flinger.html b/tracing/tracing/model/helpers/android_surface_flinger.html
index 1acf86997e65fd7c985e71be372f96cadda4395c..41f9fc791456641d074bd27a3640213f26835a09 100644
--- a/tracing/tracing/model/helpers/android_surface_flinger.html
+++ b/tracing/tracing/model/helpers/android_surface_flinger.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/sorted_array_utils.html">
+<link rel="import" href="/tracing/base/math/sorted_array_utils.html">
<script>
'use strict';
@@ -14,7 +14,7 @@ found in the LICENSE file.
* @fileoverview Class for representing SurfaceFlinger process and its Vsyncs.
*/
tr.exportTo('tr.model.helpers', function() {
- var findLowIndexInSortedArray = tr.b.findLowIndexInSortedArray;
+ var findLowIndexInSortedArray = tr.b.math.findLowIndexInSortedArray;
var VSYNC_SF_NAME = 'android.VSYNC-sf';
var VSYNC_APP_NAME = 'android.VSYNC-app';
« no previous file with comments | « tracing/tracing/model/helpers/android_model_helper.html ('k') | tracing/tracing/model/helpers/chrome_browser_helper_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698