Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: third_party/WebKit/PerformanceTests/Layout/flexbox-lots-of-data.html

Issue 1557953002: Revert unfinished work of "full-frame-measurement" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PerfPaint
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
});
}

Powered by Google App Engine
This is Rietveld 408576698