| Index: tracing/tracing/ui/timeline_track_view.html
|
| diff --git a/tracing/tracing/ui/timeline_track_view.html b/tracing/tracing/ui/timeline_track_view.html
|
| index b396878ec084101c9cd4164789bddef9517396cb..c23062855966bb92e6167268bd367b4cb0ea5e8f 100644
|
| --- a/tracing/tracing/ui/timeline_track_view.html
|
| +++ b/tracing/tracing/ui/timeline_track_view.html
|
| @@ -40,8 +40,8 @@ found in the LICENSE file.
|
| <template>
|
| <style>
|
| :host {
|
| - -webkit-box-orient: vertical;
|
| - display: -webkit-box;
|
| + flex-direction: column;
|
| + display: flex;
|
| position: relative;
|
| }
|
|
|
|
|