summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-03-11 00:14:39 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-03-11 00:14:39 +0000
commit4ec38922ac17f72a52cccb1e3ad875618ce00df5 (patch)
tree15bb061c9c22f7eda752e36374273706018da779 /content
parentb91ad2b1ffdb2b52bcb23a81fb272ab5d4e9877b (diff)
downloadnetsurf-4ec38922ac17f72a52cccb1e3ad875618ce00df5.tar.gz
netsurf-4ec38922ac17f72a52cccb1e3ad875618ce00df5.tar.bz2
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
Diffstat (limited to 'content')
-rw-r--r--content/content.h6
1 files changed, 3 insertions, 3 deletions
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