LibWeb: Stub out Element.currentCSSZoom

This commit is contained in:
Andreas Kling 2024-04-14 16:18:21 +02:00
commit 82f8b64017
Notes: sideshowbarker 2024-07-17 01:10:58 +09:00
3 changed files with 9 additions and 1 deletions

View file

@ -134,6 +134,7 @@ public:
int client_left() const;
int client_width() const;
int client_height() const;
[[nodiscard]] double current_css_zoom() const;
void for_each_attribute(NOESCAPE Function<void(Attr const&)>) const;