| Index: third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html
 | 
| diff --git a/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html b/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html
 | 
| index 0698e78f74581d0546dd2d5d8bc30a4c2c751668..b4c6f1a03e45a42be40b57b7707f1df5aecea2ba 100644
 | 
| --- a/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html
 | 
| +++ b/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html
 | 
| @@ -44,7 +44,7 @@ function setupTest()
 | 
|          div.appendChild(span);
 | 
|          container.appendChild(div);
 | 
|      };
 | 
| -    PerfTestRunner.forceLayoutOrFullFrame();
 | 
| +    PerfTestRunner.forceLayout();
 | 
|  };
 | 
|  
 | 
|  setupTest();
 | 
| @@ -56,7 +56,7 @@ function runTest()
 | 
|      var inlineBlocks = document.getElementsByClassName("inlineBlock");
 | 
|      for (var i = inlineBlocks.length - 1; i >= 0; i--) {
 | 
|          inlineBlocks[i].innerText = switcher ? " " : nbsp;
 | 
| -        PerfTestRunner.forceLayoutOrFullFrame();
 | 
| +        PerfTestRunner.forceLayout();
 | 
|      };
 | 
|      switcher = !switcher;
 | 
|  };
 | 
| 
 |