mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Use CSS Pixels for viewport rects
This commit is contained in:
parent
8cc0bdf777
commit
4084c66ad2
Notes:
sideshowbarker
2024-07-17 02:08:16 +09:00
Author: https://github.com/AtkinsSJ
Commit: 4084c66ad2
Pull-request: https://github.com/SerenityOS/serenity/pull/16514
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/linusg ✅
7 changed files with 17 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue