mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Resolve Lengths to CSSPixels
This commit is contained in:
parent
7d40e3eb0d
commit
8cc0bdf777
Notes:
sideshowbarker
2024-07-17 02:08:20 +09:00
Author: https://github.com/AtkinsSJ
Commit: 8cc0bdf777
Pull-request: https://github.com/SerenityOS/serenity/pull/16514
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/linusg ✅
13 changed files with 44 additions and 44 deletions
|
@ -94,7 +94,7 @@ private:
|
|||
void for_each_stylesheet(CascadeOrigin, Callback) const;
|
||||
|
||||
Gfx::IntRect viewport_rect() const;
|
||||
float root_element_font_size() const;
|
||||
CSSPixels root_element_font_size() const;
|
||||
|
||||
struct MatchingRuleSet {
|
||||
Vector<MatchingRule> user_agent_rules;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue