| Index: third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html b/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| index 8c1d33852940d329bfc25e8559759717c65f228b..011020308e6f0ae40ba74404668b7a50c79c4b78 100644
|
| --- a/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| +++ b/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| @@ -21,14 +21,14 @@ body {
|
| <script src="../resources/runner.js"></script>
|
| <script>
|
| function startTest() {
|
| - PerfTestRunner.forceLayoutOrFullFrame();
|
| + PerfTestRunner.forceLayout();
|
|
|
| var index = 0;
|
| PerfTestRunner.measureRunsPerSecond({
|
| description: "Measures performance of layout on a page using CSS grid layout.",
|
| run: function() {
|
| document.body.style.width = ++index % 2 ? "99%" : "98%";
|
| - PerfTestRunner.forceLayoutOrFullFrame();
|
| + PerfTestRunner.forceLayout();
|
| }
|
| });
|
| }
|
|
|