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

Unified Diff: tracing/tracing/extras/rail/idle_interaction_record.html

Issue 1357983002: Invert pain to comfort throughout tracing. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: . Created 5 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
Index: tracing/tracing/extras/rail/idle_interaction_record.html
diff --git a/tracing/tracing/extras/rail/idle_interaction_record.html b/tracing/tracing/extras/rail/idle_interaction_record.html
index 046280ef747375e6540561eef3b8469bd7ba2580..42cc4a07139bb0171d96d4d39a7a6d0c7dfb37a2 100644
--- a/tracing/tracing/extras/rail/idle_interaction_record.html
+++ b/tracing/tracing/extras/rail/idle_interaction_record.html
@@ -23,8 +23,8 @@ tr.exportTo('tr.e.rail', function() {
IdleInteractionRecord.prototype = {
__proto__: tr.e.rail.RAILInteractionRecord.prototype,
- get normalizedUserPain() {
- return 0;
+ get normalizedUserComfort() {
+ return 1;
},
// Unlike during active IRs, while the user is idle, the CPU should not be

Powered by Google App Engine
This is Rietveld 408576698