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

Unified Diff: tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html

Issue 2061853002: Fix a few side panel bugs (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: set overflow-y:auto on side-panel-container Created 4 years, 6 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/value_set.html ('k') | tracing/tracing/ui/side_panel/metrics_side_panel.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
diff --git a/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html b/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
index 2f2c39ee59e0e2c5b1e12a291c77747f80b97236..2b42df37e5161cc4e91acbfb55eb147846865062 100644
--- a/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
+++ b/tracing/tracing/ui/extras/side_panel/input_latency_side_panel.html
@@ -277,7 +277,6 @@ found in the LICENSE file.
if (frametimeData.length != 0) {
this.frametimeChart_ = this.createLatencyLineChart(
frametimeData, 'Frame Times');
- this.frametimeChart_.style.display = 'block';
resultArea.appendChild(this.frametimeChart_);
}
},
« no previous file with comments | « tracing/tracing/metrics/value_set.html ('k') | tracing/tracing/ui/side_panel/metrics_side_panel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698