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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/auto-grid-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/auto-grid-lots-of-data.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html b/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html
index 8c1d33852940d329bfc25e8559759717c65f228b..011020308e6f0ae40ba74404668b7a50c79c4b78 100644
--- a/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html
+++ b/third_party/WebKit/PerformanceTests/Layout/auto-grid-lots-of-data.html
@@ -21,14 +21,14 @@ body {
<script src="../resources/runner.js"></script>
<script>
function startTest() {
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
var index = 0;
PerfTestRunner.measureRunsPerSecond({
description: "Measures performance of layout on a page using CSS grid layout.",
run: function() {
document.body.style.width = ++index % 2 ? "99%" : "98%";
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
}
});
}

Powered by Google App Engine
This is Rietveld 408576698