mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Partial fix for #12415: expose WebGL interfaces
This commit is contained in:
parent
13c4393516
commit
5bdc8c806d
13 changed files with 2 additions and 25 deletions
|
@ -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
|
||||
{
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue