layout: Constify box through layout_find_dimensions()

This commit is contained in:
Michael Drake 2019-12-28 14:14:46 +00:00 committed by Michael Drake
parent ae57029f83
commit 84d3d1bf7a

View File

@ -1293,7 +1293,7 @@ static void
layout_find_dimensions(const css_unit_ctx *unit_len_ctx,
int available_width,
int viewport_height,
struct box *box,
const struct box *box,
const css_computed_style *style,
int *width,
int *height,