LibWeb: Use CSS Pixels for viewport rects

This commit is contained in:
Sam Atkins 2022-11-09 12:32:20 +00:00 committed by Linus Groh
commit 4084c66ad2
Notes: sideshowbarker 2024-07-17 02:08:16 +09:00
7 changed files with 17 additions and 17 deletions

View file

@ -93,7 +93,7 @@ private:
template<typename Callback>
void for_each_stylesheet(CascadeOrigin, Callback) const;
Gfx::IntRect viewport_rect() const;
CSSPixelRect viewport_rect() const;
CSSPixels root_element_font_size() const;
struct MatchingRuleSet {