| Index: third_party/WebKit/PerformanceTests/Layout/fixed-grid-lots-of-stretched-data.html
 | 
| diff --git a/third_party/WebKit/PerformanceTests/Layout/fixed-grid-lots-of-stretched-data.html b/third_party/WebKit/PerformanceTests/Layout/fixed-grid-lots-of-stretched-data.html
 | 
| index aa426dc43e1edc9e9e65d7b2e2069a19c056a835..f6962c9b3ad3d4e1c813e80c99104627e1a0cfc1 100644
 | 
| --- a/third_party/WebKit/PerformanceTests/Layout/fixed-grid-lots-of-stretched-data.html
 | 
| +++ b/third_party/WebKit/PerformanceTests/Layout/fixed-grid-lots-of-stretched-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 (fixed).",
 | 
|          run: function() {
 | 
|              document.body.style.width = ++index % 2 ? "99%" : "98%";
 | 
| -            PerfTestRunner.forceLayoutOrFullFrame();
 | 
| +            PerfTestRunner.forceLayout();
 | 
|          }
 | 
|      });
 | 
|  }
 | 
| 
 |