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

Unified Diff: PerformanceTests/SVG/SvgNestedUse.html

Issue 675983004: Allow performance tests to test full rendering performance (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: layoutOrFullyRender -> forceLayoutOrFullFrame Created 6 years, 1 month 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
« no previous file with comments | « PerformanceTests/SVG/SvgCubics.html ('k') | PerformanceTests/ShadowDOM/ChangingClassName.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/SVG/SvgNestedUse.html
diff --git a/PerformanceTests/SVG/SvgNestedUse.html b/PerformanceTests/SVG/SvgNestedUse.html
index 4d6b88bccff10ed792b04a3fe02b642bc40508b8..e9c54d0667c309244feef0150c60024db70de1c1 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.forceLayoutOrFullFrame();
};
function animate() {
« no previous file with comments | « PerformanceTests/SVG/SvgCubics.html ('k') | PerformanceTests/ShadowDOM/ChangingClassName.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698