Index: third_party/WebKit/PerformanceTests/Layout/chapter-reflow.html |
diff --git a/third_party/WebKit/PerformanceTests/Layout/chapter-reflow.html b/third_party/WebKit/PerformanceTests/Layout/chapter-reflow.html |
index f88a1b03a7a336a1830bcd0d6e3469a1bc23ebb2..d40fc858e13bc1f668919cacb664dca0d9bac173 100644 |
--- a/third_party/WebKit/PerformanceTests/Layout/chapter-reflow.html |
+++ b/third_party/WebKit/PerformanceTests/Layout/chapter-reflow.html |
@@ -71,11 +71,11 @@ |
function test() { |
style.display = "block"; |
style.width = "280px"; |
- PerfTestRunner.forceLayoutOrFullFrame(); |
+ PerfTestRunner.forceLayout(); |
style.width = "300px"; |
- PerfTestRunner.forceLayoutOrFullFrame(); |
+ PerfTestRunner.forceLayout(); |
style.width = "290px"; |
- PerfTestRunner.forceLayoutOrFullFrame(); |
+ PerfTestRunner.forceLayout(); |
style.display = "none"; |
} |