| Index: tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css
|
| diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css b/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css
|
| index 3f5069a7cc8fbeac0383196cb050b5815c382d00..a1f12faf67a49df210e13bdddd62fec49822f759 100644
|
| --- a/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css
|
| +++ b/tracing/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.css
|
| @@ -4,15 +4,15 @@
|
| */
|
|
|
| * /deep/ .tr-ui-e-chrome-cc-lthi-s-view {
|
| - -webkit-flex: 1 1 auto !important;
|
| - -webkit-flex-direction: row;
|
| - display: -webkit-flex;
|
| + flex: 1 1 auto !important;
|
| + flex-direction: row;
|
| + display: flex;
|
| }
|
|
|
| * /deep/ .tr-ui-e-chrome-cc-lthi-s-view > tr-ui-e-chrome-cc-layer-picker {
|
| - -webkit-flex: 1 1 auto;
|
| + flex: 1 1 auto;
|
| }
|
|
|
| * /deep/ .tr-ui-e-chrome-cc-lthi-s-view > tr-ui-b-drag-handle {
|
| - -webkit-flex: 0 0 auto;
|
| + flex: 0 0 auto;
|
| }
|
|
|