mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb: Generate ImageData bindings from IDL :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 05:29:22 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/dd29ff884f5
@@ -42,8 +42,8 @@ public:
|
||||
|
||||
~ImageData();
|
||||
|
||||
int width() const;
|
||||
int height() const;
|
||||
unsigned width() const;
|
||||
unsigned height() const;
|
||||
|
||||
Gfx::Bitmap& bitmap() { return m_bitmap; }
|
||||
const Gfx::Bitmap& bitmap() const { return m_bitmap; }
|
||||
|
||||
Reference in New Issue
Block a user