aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebGLRenderingContext.webidl
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-07-03 12:22:48 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-07-03 14:47:06 -0400
commit795560ad521f3ec2eebd85c5c3568beba50129ea (patch)
tree4ae8d535cc297e71c0980a71fcd77f05b7a0db3c /components/script/dom/webidls/WebGLRenderingContext.webidl
parent745eb88e32bbae4a85b605706de25a1639ca8902 (diff)
downloadservo-795560ad521f3ec2eebd85c5c3568beba50129ea.tar.gz
servo-795560ad521f3ec2eebd85c5c3568beba50129ea.zip
webgl: Add stub isContextLost API.
Diffstat (limited to 'components/script/dom/webidls/WebGLRenderingContext.webidl')
-rw-r--r--components/script/dom/webidls/WebGLRenderingContext.webidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/webidls/WebGLRenderingContext.webidl b/components/script/dom/webidls/WebGLRenderingContext.webidl
index ac00757ef3f..4003ab86ba5 100644
--- a/components/script/dom/webidls/WebGLRenderingContext.webidl
+++ b/components/script/dom/webidls/WebGLRenderingContext.webidl
@@ -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);