mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely()
This is now answered authoritatively by Layout::Box itself.
This commit is contained in:
parent
1ce1af5d8b
commit
1dfb3d555c
Notes:
sideshowbarker
2024-07-17 17:31:48 +09:00
Author: https://github.com/awesomekling
Commit: 1dfb3d555c
2 changed files with 1 additions and 25 deletions
|
@ -61,7 +61,6 @@ private:
|
|||
float specified_cross_size(Box const&) const;
|
||||
bool has_main_min_size(Box const&) const;
|
||||
bool has_cross_min_size(Box const&) const;
|
||||
bool cross_size_is_absolute_or_resolved_nicely(NodeWithStyle const&) const;
|
||||
float specified_main_max_size(Box const&) const;
|
||||
float specified_cross_max_size(Box const&) const;
|
||||
float calculated_main_size(Box const&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue