Chromium Code Reviews| Index: PerformanceTests/SVG/SvgNestedUse.html |
| diff --git a/PerformanceTests/SVG/SvgNestedUse.html b/PerformanceTests/SVG/SvgNestedUse.html |
| index 4d6b88bccff10ed792b04a3fe02b642bc40508b8..423692b92ab949ccb6152f54e385ce6003dc2ca4 100644 |
| --- a/PerformanceTests/SVG/SvgNestedUse.html |
| +++ b/PerformanceTests/SVG/SvgNestedUse.html |
| @@ -64,6 +64,7 @@ |
| document.getElementById("FPS").textContent = (1000 / avg).toFixed(2); |
| unit.setAttribute('transform', 'scale(' + (Math.abs(frame++ % 20 - 10) / 10) + ')'); |
| + PerfTestRunner.layoutOrFullyRender(); |
| }; |
| function animate() { |