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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/layer_view.css

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
Index: tracing/tracing/ui/extras/chrome/cc/layer_view.css
diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_view.css b/tracing/tracing/ui/extras/chrome/cc/layer_view.css
index 612dbc2eb9a109fe2305fbd31942d5b39edd2f4d..c171beb9c51b7a757edf9f93ed96b460df1943f5 100644
--- a/tracing/tracing/ui/extras/chrome/cc/layer_view.css
+++ b/tracing/tracing/ui/extras/chrome/cc/layer_view.css
@@ -4,8 +4,8 @@
*/
* /deep/ tr-ui-e-chrome-cc-layer-view {
- -webkit-flex-direction: column;
- display: -webkit-flex;
+ flex-direction: column;
+ display: flex;
left: 0;
position: relative;
top: 0;
@@ -13,10 +13,10 @@
* /deep/ tr-ui-e-chrome-cc-layer-view >
tr-ui-e-chrome-cc-layer-tree-quad-stack-view {
- -webkit-flex: 1 1 100%;
- -webkit-flex-direction: column;
+ flex: 1 1 100%;
+ flex-direction: column;
min-height: 0;
- display: -webkit-flex;
+ display: flex;
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698