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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.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-with-stretch-layout.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html b/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html
index 0698e78f74581d0546dd2d5d8bc30a4c2c751668..b4c6f1a03e45a42be40b57b7707f1df5aecea2ba 100644
--- a/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html
+++ b/third_party/WebKit/PerformanceTests/Layout/flexbox-with-stretch-layout.html
@@ -44,7 +44,7 @@ function setupTest()
div.appendChild(span);
container.appendChild(div);
};
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
};
setupTest();
@@ -56,7 +56,7 @@ function runTest()
var inlineBlocks = document.getElementsByClassName("inlineBlock");
for (var i = inlineBlocks.length - 1; i >= 0; i--) {
inlineBlocks[i].innerText = switcher ? " " : nbsp;
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
};
switcher = !switcher;
};

Powered by Google App Engine
This is Rietveld 408576698