mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibWeb/WebGL: Implement drawingBufferWidth and drawingBufferHeight
This commit is contained in:
parent
4dc65c57a0
commit
c199be061a
Notes:
github-actions[bot]
2024-12-13 08:21:09 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: c199be061a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2878
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/gmta
5 changed files with 32 additions and 2 deletions
|
@ -43,6 +43,9 @@ public:
|
|||
Optional<Vector<String>> get_supported_extensions() const;
|
||||
JS::Object* get_extension(String const& name);
|
||||
|
||||
WebIDL::Long drawing_buffer_width() const;
|
||||
WebIDL::Long drawing_buffer_height() const;
|
||||
|
||||
private:
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue