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

Unified Diff: tracing/tracing/extras/chrome/gpu/state.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/state.html
diff --git a/tracing/tracing/extras/chrome/gpu/state.html b/tracing/tracing/extras/chrome/gpu/state.html
index 8878a0039ac88fffaa2ab2d9a55a2e72d3e9fed2..29a1e8bfc7abb047d115d0df0e9b9b133dd3d878 100644
--- a/tracing/tracing/extras/chrome/gpu/state.html
+++ b/tracing/tracing/extras/chrome/gpu/state.html
@@ -29,8 +29,9 @@ tr.exportTo('tr.e.gpu', function() {
},
initialize: function() {
- if (this.args.screenshot)
+ if (this.args.screenshot) {
this.screenshot_ = this.args.screenshot;
+ }
},
/**
« no previous file with comments | « tracing/tracing/extras/chrome/gpu/gpu_async_slice.html ('k') | tracing/tracing/extras/chrome/layout_object.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698