| Index: third_party/WebKit/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Layout/flexbox-column-nowrap.html b/third_party/WebKit/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| index 9db61c9745efae49763b73e42918b83d524c4ba3..7821962b602cf3bd3e194c16c8234e192163c5f9 100644
|
| --- a/third_party/WebKit/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| +++ b/third_party/WebKit/PerformanceTests/Layout/flexbox-column-nowrap.html
|
| @@ -23,9 +23,9 @@
|
| function runTest()
|
| {
|
| document.getElementById("flexbox").style.display = 'flex';
|
| - PerfTestRunner.forceLayoutOrFullFrame();
|
| + PerfTestRunner.forceLayout();
|
| document.getElementById("flexbox").style.display = '';
|
| - PerfTestRunner.forceLayoutOrFullFrame();
|
| + PerfTestRunner.forceLayout();
|
| }
|
|
|
| PerfTestRunner.measureRunsPerSecond({
|
|
|