 Chromium Code Reviews
 Chromium Code Reviews Issue 675983004:
  Allow performance tests to test full rendering performance  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 675983004:
  Allow performance tests to test full rendering performance  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: PerformanceTests/SVG/SvgNestedUse.html | 
| diff --git a/PerformanceTests/SVG/SvgNestedUse.html b/PerformanceTests/SVG/SvgNestedUse.html | 
| index 4d6b88bccff10ed792b04a3fe02b642bc40508b8..802b71472292938ba45d3b192b2d279be568097f 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.forceLayout(); | 
| }; | 
| function animate() { |