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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/picture_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/picture_view.css
diff --git a/tracing/tracing/ui/extras/chrome/cc/picture_view.css b/tracing/tracing/ui/extras/chrome/cc/picture_view.css
index 26893f2c6c94256a0316729c26c9e2defcb6375f..a4f83b525fe7d944926555146f793abad8a30b83 100644
--- a/tracing/tracing/ui/extras/chrome/cc/picture_view.css
+++ b/tracing/tracing/ui/extras/chrome/cc/picture_view.css
@@ -4,6 +4,6 @@
*/
* /deep/ .tr-ui-e-chrome-cc-picture-snapshot-view {
- -webkit-flex: 0 1 auto !important;
- display: -webkit-flex;
+ flex: 0 1 auto !important;
+ display: flex;
}
« no previous file with comments | « tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css ('k') | tracing/tracing/ui/extras/chrome/gpu/state_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698