From 4ec38922ac17f72a52cccb1e3ad875618ce00df5 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Tue, 11 Mar 2008 00:14:39 +0000 Subject: Change meaning of c->redraw_time to be the earliest time to reflow during page asset fetch. Have the time selected vary depending on how long the last reflow took. svn path=/trunk/netsurf/; revision=3925 --- content/content.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index c49aef3a5..4f2fa0ed6 100644 --- a/content/content.h +++ b/content/content.h @@ -205,9 +205,9 @@ struct content { LOADING or READY, otherwise total time. */ - unsigned int reformat_time; /**< Time the HTML content was last - reformatted. Used while fetching - a page's objects. */ + unsigned int reformat_time; /**< Earliest time to attempt a + period reflow while fetching a + page's objects. */ unsigned int size; /**< Estimated size of all data associated with this content, except -- cgit v1.2.3