diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h index ef8371969b..1b8f38f8ba 100644 --- a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h +++ b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, Andreas Kling <kling@serenityos.org> + * Copyright (c) 2020-2022, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ @@ -58,6 +58,8 @@ private: void apply_transformations_to_children(Box const&); + void layout_list_item_marker(ListItemBox const&); + enum class FloatSide { Left, Right, |