mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 09:47:35 +00:00
LibWeb: Use String class in certain CSS Grid classes
Converts the remaining instances of DeprecatedString to String in the CSS Grid classes.
This commit is contained in:
parent
aec2dadfdd
commit
9d99bd8258
7 changed files with 38 additions and 26 deletions
|
@ -99,7 +99,7 @@ private:
|
|||
CSSPixels get_free_space_x(AvailableSpace const& available_space);
|
||||
CSSPixels get_free_space_y(Box const&);
|
||||
|
||||
int get_line_index_by_line_name(DeprecatedString const& line_name, CSS::GridTrackSizeList);
|
||||
int get_line_index_by_line_name(String const& line_name, CSS::GridTrackSizeList);
|
||||
CSSPixels resolve_definite_track_size(CSS::GridSize const&, AvailableSpace const&, Box const&);
|
||||
size_t count_of_gap_columns();
|
||||
size_t count_of_gap_rows();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue