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

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: PerfTestRunner.layoutOrFullyRender() 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
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() {

Powered by Google App Engine
This is Rietveld 408576698