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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/subtree-detaching.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/subtree-detaching.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/subtree-detaching.html b/third_party/WebKit/PerformanceTests/Layout/subtree-detaching.html
index f705c30eac31f97559bc429797b169b8c882aa4e..97abd503577a2f952760f566f2fcd91b02335b86 100644
--- a/third_party/WebKit/PerformanceTests/Layout/subtree-detaching.html
+++ b/third_party/WebKit/PerformanceTests/Layout/subtree-detaching.html
@@ -19,7 +19,7 @@ function buildTree()
function setup() {
wrapper.style.display = "block";
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
}
function runTest() {
@@ -28,7 +28,7 @@ function runTest() {
var now = PerfTestRunner.now();
wrapper.style.display = "none";
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
return PerfTestRunner.now() - now;
}

Powered by Google App Engine
This is Rietveld 408576698