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

Unified Diff: tracing/tracing/extras/chrome/gpu/gpu_async_slice.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (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/extras/chrome/gpu/gpu_async_slice.html
diff --git a/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html b/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html
index 20d3a6b0927076a65883376c904673ac26ed2b0e..fafe11b5ba87a27d691baa565845dc778f7e0e49 100644
--- a/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html
+++ b/tracing/tracing/extras/chrome/gpu/gpu_async_slice.html
@@ -21,8 +21,9 @@ tr.exportTo('tr.e.gpu', function() {
get viewSubGroupTitle() {
if (this.args.channel) {
- if (this.category === 'disabled-by-default-gpu.device')
+ if (this.category === 'disabled-by-default-gpu.device') {
return 'Device.' + this.args.channel;
+ }
return 'Service.' + this.args.channel;
}
return this.title;
« no previous file with comments | « tracing/tracing/extras/chrome/estimated_input_latency.html ('k') | tracing/tracing/extras/chrome/gpu/state.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698