summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-20 19:18:15 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-20 19:18:15 +0100
commita6dd92c57137eeabf3e5dc92edeb472ac2c60c96 (patch)
tree867c69769d2c093ec5baffd9862b1479f0e39099 /content/content_protected.h
parent31de1c251b5c6f6a39f6f7500e28c6086b807953 (diff)
downloadnetsurf-a6dd92c57137eeabf3e5dc92edeb472ac2c60c96.tar.gz
netsurf-a6dd92c57137eeabf3e5dc92edeb472ac2c60c96.tar.bz2
use monotonic clock call for html reflow timing
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index e901e40df..148dc131e 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -130,9 +130,9 @@ struct content {
if LOADING or READY,
otherwise total time. */
- unsigned int reformat_time; /**< Earliest time to attempt a
- period reflow while fetching a
- page's objects. */
+ uint64_t 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 */