mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Port WebGLRenderingContext IDL from DeprecatedString to String
This commit is contained in:
parent
cf733d309e
commit
e8d592ded2
Notes:
sideshowbarker
2024-07-17 04:41:05 +09:00
Author: https://github.com/shannonbooth
Commit: e8d592ded2
Pull-request: https://github.com/SerenityOS/serenity/pull/20799
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 7 additions and 7 deletions
|
@ -29,8 +29,8 @@ public:
|
|||
|
||||
bool is_context_lost() const;
|
||||
|
||||
Optional<Vector<DeprecatedString>> get_supported_extensions() const;
|
||||
JS::Object* get_extension(DeprecatedString const& name) const;
|
||||
Optional<Vector<String>> get_supported_extensions() const;
|
||||
JS::Object* get_extension(String const& name) const;
|
||||
|
||||
void active_texture(GLenum texture);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue