mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
LibWebView: Expose getter for current zoom level
This commit is contained in:
parent
17d23590bf
commit
b22052c0dd
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
void zoom_in();
|
||||
void zoom_out();
|
||||
void reset_zoom();
|
||||
float zoom_level() const { return m_zoom_level; }
|
||||
|
||||
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue