mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +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
|
@ -39,7 +39,7 @@ interface mixin WebGLRenderingContextBase {
|
|||
[FIXME] attribute PredefinedColorSpace unpackColorSpace;
|
||||
|
||||
WebGLContextAttributes? getContextAttributes();
|
||||
[FIXME] boolean isContextLost();
|
||||
boolean isContextLost();
|
||||
|
||||
sequence<DOMString>? getSupportedExtensions();
|
||||
object? getExtension(DOMString name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue