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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/chapter-reflow-once.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/chapter-reflow-once.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/chapter-reflow-once.html b/third_party/WebKit/PerformanceTests/Layout/chapter-reflow-once.html
index c4bdc8b6b91ece9b6d5081237dd4619488f9d0aa..65ad70c192fd989462e5305d074e94d0950f9323 100644
--- a/third_party/WebKit/PerformanceTests/Layout/chapter-reflow-once.html
+++ b/third_party/WebKit/PerformanceTests/Layout/chapter-reflow-once.html
@@ -73,11 +73,11 @@
style.fontSize = "10px";
style.width = "280px";
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
style.fontSize = "12px";
style.width = "300px";
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
style.display = "none";
}

Powered by Google App Engine
This is Rietveld 408576698