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

Unified Diff: tracing/tracing/ui/timeline_view_help_overlay.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/ui/timeline_track_view.html ('k') | tracing/tracing/ui/tracks/drawing_container.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/timeline_view_help_overlay.html
diff --git a/tracing/tracing/ui/timeline_view_help_overlay.html b/tracing/tracing/ui/timeline_view_help_overlay.html
index 667b1a46525cc6f7db14a020fa66aa4916044436..48c2e72df76971fca2d8978cf78dd0c8414f8eee 100644
--- a/tracing/tracing/ui/timeline_view_help_overlay.html
+++ b/tracing/tracing/ui/timeline_view_help_overlay.html
@@ -12,9 +12,9 @@ found in the LICENSE file.
<template>
<style>
:host {
- -webkit-flex: 1 1 auto;
- -webkit-flex-direction: row;
- display: -webkit-flex;
+ flex: 1 1 auto;
+ flex-direction: row;
+ display: flex;
width: 700px;
}
.column {
@@ -32,9 +32,9 @@ found in the LICENSE file.
margin-top: 10px;
}
.pair {
- -webkit-flex: 1 1 auto;
- -webkit-flex-direction: row;
- display: -webkit-flex;
+ flex: 1 1 auto;
+ flex-direction: row;
+ display: flex;
}
.command {
font-family: monospace;
« no previous file with comments | « tracing/tracing/ui/timeline_track_view.html ('k') | tracing/tracing/ui/tracks/drawing_container.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698