Index: third_party/WebKit/PerformanceTests/Layout/flexbox-lots-of-data.html |
diff --git a/third_party/WebKit/PerformanceTests/Layout/flexbox-lots-of-data.html b/third_party/WebKit/PerformanceTests/Layout/flexbox-lots-of-data.html |
index 24dc4ac1ef748753ef004bac475d2c7f4d8374e0..b25f3a8501fe36cd923c4ca7c818377c700e1c6d 100644 |
--- a/third_party/WebKit/PerformanceTests/Layout/flexbox-lots-of-data.html |
+++ b/third_party/WebKit/PerformanceTests/Layout/flexbox-lots-of-data.html |
@@ -52,7 +52,7 @@ function startTest() { |
description: "Measures performance of flexbox with lots of data laid out in as a table.", |
run: function() { |
document.body.style.width = ++index % 2 ? "99%" : "98%"; |
- PerfTestRunner.forceLayoutOrFullFrame(); |
+ PerfTestRunner.forceLayout(); |
} |
}); |
} |