| Index: third_party/WebKit/PerformanceTests/Layout/resources/floats.js
 | 
| diff --git a/third_party/WebKit/PerformanceTests/Layout/resources/floats.js b/third_party/WebKit/PerformanceTests/Layout/resources/floats.js
 | 
| index d0dfdec51cc789316de842c707f57744c9526fbc..d37c26bf36904597d286e9b69dbf41560151fbdd 100644
 | 
| --- a/third_party/WebKit/PerformanceTests/Layout/resources/floats.js
 | 
| +++ b/third_party/WebKit/PerformanceTests/Layout/resources/floats.js
 | 
| @@ -49,7 +49,7 @@
 | 
|                      var y = Math.floor(Math.random() * height);
 | 
|                      var el = document.getElementById("float" + x + "_" + y);
 | 
|                      el.className = toggle(el.className, "float", "float big");
 | 
| -                    PerfTestRunner.forceLayoutOrFullFrame();
 | 
| +                    PerfTestRunner.forceLayout();
 | 
|                  }
 | 
|                  resetTest();
 | 
|                  container.style.display = "none";
 | 
| 
 |