fixup! Measure layout queries blocked by ongoing layout

This commit is contained in:
pylbrecht 2019-04-17 17:23:17 +02:00
parent 858011c513
commit 4fd9fea7a6
3 changed files with 3 additions and 4 deletions

View file

@ -203,7 +203,7 @@ struct InProgressLoad {
navigation_start_precise: u64,
/// For cancelling the fetch
canceller: FetchCanceller,
/// Flag to indicate if the layout thread is busy handling a request.
/// Flag for sharing with the layout thread that is not yet created.
layout_is_busy: Arc<AtomicBool>,
}