| Index: third_party/WebKit/PerformanceTests/Layout/layers_overlap_2d.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Layout/layers_overlap_2d.html b/third_party/WebKit/PerformanceTests/Layout/layers_overlap_2d.html
|
| index 0c3a8f85b7b9b63c7db5bc4ab4ba1dffce080d82..f906cdcc0f26fc8754f2f00924161d21f816b809 100644
|
| --- a/third_party/WebKit/PerformanceTests/Layout/layers_overlap_2d.html
|
| +++ b/third_party/WebKit/PerformanceTests/Layout/layers_overlap_2d.html
|
| @@ -43,7 +43,7 @@
|
| container.appendChild(outer);
|
| }
|
| document.body.appendChild(container);
|
| - PerfTestRunner.forceLayoutOrFullFrame();
|
| + PerfTestRunner.forceLayout();
|
| container.remove();
|
| }
|
| }
|
|
|