Partial fix for #12415: expose WebGL interfaces

This commit is contained in:
Scott Trinh 2016-09-28 20:13:50 -04:00 committed by Scott Trinh
parent 13c4393516
commit 5bdc8c806d
13 changed files with 2 additions and 25 deletions

View file

@ -41,7 +41,7 @@ dictionary WebGLContextAttributes {
GLboolean failIfMajorPerformanceCaveat = false;
};
[NoInterfaceObject, Exposed=(Window,Worker)]
[NoInterfaceObject]
interface WebGLRenderingContextBase
{
@ -730,7 +730,6 @@ interface WebGLRenderingContextBase
void viewport(GLint x, GLint y, GLsizei width, GLsizei height);
};
[Exposed=(Window,Worker)]
interface WebGLRenderingContext
{
};