| Index: third_party/WebKit/PerformanceTests/Layout/flexbox-row-wrap.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Layout/flexbox-row-wrap.html b/third_party/WebKit/PerformanceTests/Layout/flexbox-row-wrap.html
|
| index df46b0c849ff49c83654d69fec6aecf55d18d8f5..70dc1c7d48d287f966721724188ab35a8b11342a 100644
|
| --- a/third_party/WebKit/PerformanceTests/Layout/flexbox-row-wrap.html
|
| +++ b/third_party/WebKit/PerformanceTests/Layout/flexbox-row-wrap.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({
|
|
|