mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/WebGL: Remove FIXME from isContextLost() IDL method
Currently this function always returns false, but that's better than not having it at all.
This commit is contained in:
parent
989c2f9e87
commit
11ddc88ed7
Notes:
github-actions[bot]
2024-12-05 15:43:21 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 11ddc88ed7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2786
2 changed files with 2 additions and 2 deletions
|
@ -345,7 +345,7 @@ public:
|
|||
continue;
|
||||
}
|
||||
|
||||
if (function.name == "getSupportedExtensions"sv || function.name == "getExtension"sv || function.name == "getContextAttributes"sv) {
|
||||
if (function.name == "getSupportedExtensions"sv || function.name == "getExtension"sv || function.name == "getContextAttributes"sv || function.name == "isContextLost"sv) {
|
||||
// Implemented in WebGLRenderingContext
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue