1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:07:47 +00:00

LibWeb: Remove resolve_size method in GFC

Duplicate of CSS::Size::resolved().
This commit is contained in:
Aliaksandr Kalenik 2023-05-06 06:16:20 +03:00 committed by Andreas Kling
parent 3d05ed6b53
commit d6ee4e7fdc
2 changed files with 8 additions and 26 deletions

View file

@ -150,7 +150,6 @@ private:
int get_line_index_by_line_name(String const& line_name, CSS::GridTrackSizeList);
CSSPixels resolve_definite_track_size(CSS::GridSize const&, AvailableSpace const&);
size_t count_of_gap_tracks(Vector<TemporaryTrack> const& tracks) const;
CSSPixels resolve_size(CSS::Size const&, AvailableSize const&);
int count_of_repeated_auto_fill_or_fit_tracks(Vector<CSS::ExplicitGridTrack> const& track_list, AvailableSpace const&);
int get_count_of_tracks(Vector<CSS::ExplicitGridTrack> const&, AvailableSpace const&);