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