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

Unified Diff: tracing/tracing/model/helpers/android_model_helper.html

Issue 2439593004: Turn on eslint rule key-spacing and fix existing errors. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « tracing/tracing/metrics/v8/utils.html ('k') | tracing/tracing/model/helpers/chrome_model_helper_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/helpers/android_model_helper.html
diff --git a/tracing/tracing/model/helpers/android_model_helper.html b/tracing/tracing/model/helpers/android_model_helper.html
index e753769cf67a26b3121d3d467d795ab0db141f2b..727da8d4a5c1575b50a6e5daa6ef48df8a3648aa 100644
--- a/tracing/tracing/model/helpers/android_model_helper.html
+++ b/tracing/tracing/model/helpers/android_model_helper.html
@@ -23,17 +23,17 @@ tr.exportTo('tr.model.helpers', function() {
var AndroidSurfaceFlinger = tr.model.helpers.AndroidSurfaceFlinger;
var IMPORTANT_SURFACE_FLINGER_SLICES = {
- 'doComposition' : true,
- 'updateTexImage' : true,
- 'postFramebuffer' : true
+ 'doComposition': true,
+ 'updateTexImage': true,
+ 'postFramebuffer': true
};
var IMPORTANT_UI_THREAD_SLICES = {
- 'Choreographer#doFrame' : true,
- 'performTraversals' : true,
- 'deliverInputEvent' : true
+ 'Choreographer#doFrame': true,
+ 'performTraversals': true,
+ 'deliverInputEvent': true
};
var IMPORTANT_RENDER_THREAD_SLICES = {
- 'doFrame' : true
+ 'doFrame': true
};
function iterateImportantThreadSlices(thread, important, callback) {
« no previous file with comments | « tracing/tracing/metrics/v8/utils.html ('k') | tracing/tracing/model/helpers/chrome_model_helper_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698