From a6dd92c57137eeabf3e5dc92edeb472ac2c60c96 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Apr 2016 19:18:15 +0100 Subject: use monotonic clock call for html reflow timing --- content/content_protected.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/content_protected.h') 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 */ -- cgit v1.2.3