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

Unified Diff: tracing/tracing_examples/trace_viewer.html

Issue 3002533002: Switch tracing to new flexbox. (Closed)
Patch Set: Created 3 years, 4 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_examples/chrome_inspect_test_shell.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing_examples/trace_viewer.html
diff --git a/tracing/tracing_examples/trace_viewer.html b/tracing/tracing_examples/trace_viewer.html
index 49dad626ed47d6bad02e355ed4551db46286d5d3..6f0cde6fb067f3fdfe7aa4f0eaa6cadf8fb5b4b2 100644
--- a/tracing/tracing_examples/trace_viewer.html
+++ b/tracing/tracing_examples/trace_viewer.html
@@ -22,14 +22,14 @@ found in the LICENSE file.
}
body {
- -webkit-flex-direction: column;
- display: -webkit-flex;
+ flex-direction: column;
+ display: flex;
margin: 0;
padding: 0;
}
body > tr-ui-timeline-view {
- -webkit-flex: 1 1 auto;
+ flex: 1 1 auto;
min-height: 0;
}
body > tr-ui-timeline-view:focus {
« no previous file with comments | « tracing/tracing_examples/chrome_inspect_test_shell.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698