mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
webgl: Add stub isContextLost API.
This commit is contained in:
parent
745eb88e32
commit
795560ad52
7 changed files with 17 additions and 24 deletions
|
@ -470,8 +470,7 @@ interface mixin WebGLRenderingContextBase
|
|||
readonly attribute GLsizei drawingBufferHeight;
|
||||
|
||||
[WebGLHandlesContextLoss] WebGLContextAttributes? getContextAttributes();
|
||||
// FIXME: https://github.com/servo/servo/issues/15266
|
||||
// [WebGLHandlesContextLoss] boolean isContextLost();
|
||||
[WebGLHandlesContextLoss] boolean isContextLost();
|
||||
|
||||
sequence<DOMString>? getSupportedExtensions();
|
||||
object? getExtension(DOMString name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue