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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/Shapes/MultipleShapes.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/Shapes/MultipleShapes.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/Shapes/MultipleShapes.html b/third_party/WebKit/PerformanceTests/Layout/Shapes/MultipleShapes.html
index 91f7711772c562c3b6465584e32d9a60e73ee035..9dc6fed54b45519385875fd3061a810127c4636e 100644
--- a/third_party/WebKit/PerformanceTests/Layout/Shapes/MultipleShapes.html
+++ b/third_party/WebKit/PerformanceTests/Layout/Shapes/MultipleShapes.html
@@ -15,7 +15,7 @@ PerfTestRunner.measureTime({run: function() {
iframe.contentDocument.write(test800);
iframe.contentDocument.close();
iframe.style.width = '800px';
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
document.body.removeChild(iframe);
var iframe2 = iframe.cloneNode();
@@ -25,7 +25,7 @@ PerfTestRunner.measureTime({run: function() {
iframe2.contentDocument.write(test600);
iframe2.contentDocument.close();
iframe2.style.width = '600px';
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
document.body.removeChild(iframe2);
var iframe3 = iframe.cloneNode();
@@ -35,7 +35,7 @@ PerfTestRunner.measureTime({run: function() {
iframe3.contentDocument.write(test400);
iframe3.contentDocument.close();
iframe3.style.width = '400px';
- PerfTestRunner.forceLayoutOrFullFrame();
+ PerfTestRunner.forceLayout();
document.body.removeChild(iframe3);
}});

Powered by Google App Engine
This is Rietveld 408576698