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

Unified Diff: LayoutTests/fast/repaint/resources/text-based-repaint.js

Issue 1025603002: Revert of [S.P.] Don't draw frames of animated images that are offscreen. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months 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 | « LayoutTests/VirtualTestSuites ('k') | LayoutTests/paint/invalidation/animated-gif.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/resources/text-based-repaint.js
diff --git a/LayoutTests/fast/repaint/resources/text-based-repaint.js b/LayoutTests/fast/repaint/resources/text-based-repaint.js
index d44c544217d3718a9bae53c7aa623a6cc44c2f31..ab46d4ba7d03408a6878b875b0061f01381ff51b 100644
--- a/LayoutTests/fast/repaint/resources/text-based-repaint.js
+++ b/LayoutTests/fast/repaint/resources/text-based-repaint.js
@@ -4,10 +4,10 @@
window.outputRepaintRects = true;
window.generateMinimumRepaint = false; // See comments about 'Minimum repaint' below.
-function runRepaintTest(timeout)
+function runRepaintTest()
{
if (!window.testRunner || !window.internals) {
- setTimeout(repaintTest, timeout || 500);
+ setTimeout(repaintTest, 500);
return;
}
« no previous file with comments | « LayoutTests/VirtualTestSuites ('k') | LayoutTests/paint/invalidation/animated-gif.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698