| Index: tracing/tracing_examples/trace_viewer.html
|
| diff --git a/tracing/tracing_examples/trace_viewer.html b/tracing/tracing_examples/trace_viewer.html
|
| index 49dad626ed47d6bad02e355ed4551db46286d5d3..6f0cde6fb067f3fdfe7aa4f0eaa6cadf8fb5b4b2 100644
|
| --- a/tracing/tracing_examples/trace_viewer.html
|
| +++ b/tracing/tracing_examples/trace_viewer.html
|
| @@ -22,14 +22,14 @@ found in the LICENSE file.
|
| }
|
|
|
| body {
|
| - -webkit-flex-direction: column;
|
| - display: -webkit-flex;
|
| + flex-direction: column;
|
| + display: flex;
|
| margin: 0;
|
| padding: 0;
|
| }
|
|
|
| body > tr-ui-timeline-view {
|
| - -webkit-flex: 1 1 auto;
|
| + flex: 1 1 auto;
|
| min-height: 0;
|
| }
|
| body > tr-ui-timeline-view:focus {
|
|
|