mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
LibWeb: Return const&
from GridFitContent::max_grid_size()
This commit is contained in:
parent
1009a6e8c4
commit
97639d1d74
Notes:
github-actions[bot]
2025-06-13 17:58:16 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 97639d1d74
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5080
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public:
|
||||||
GridFitContent(GridSize);
|
GridFitContent(GridSize);
|
||||||
GridFitContent();
|
GridFitContent();
|
||||||
|
|
||||||
GridSize max_grid_size() const& { return m_max_grid_size; }
|
GridSize const& max_grid_size() const& { return m_max_grid_size; }
|
||||||
|
|
||||||
String to_string() const;
|
String to_string() const;
|
||||||
bool operator==(GridFitContent const& other) const = default;
|
bool operator==(GridFitContent const& other) const = default;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue