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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/resources/floats.js

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/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";

Powered by Google App Engine
This is Rietveld 408576698