summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/WebGLRenderingContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/WebGLRenderingContext.idl')
-rw-r--r--WebCore/html/canvas/WebGLRenderingContext.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/html/canvas/WebGLRenderingContext.idl b/WebCore/html/canvas/WebGLRenderingContext.idl
index b3793f5..1ea4c6d 100644
--- a/WebCore/html/canvas/WebGLRenderingContext.idl
+++ b/WebCore/html/canvas/WebGLRenderingContext.idl
@@ -536,7 +536,9 @@ module html {
WebGLActiveInfo getActiveUniform(in WebGLProgram program, in unsigned long index)
raises (DOMException);
- // WebGLShaderArray glGetAttachedShaders(GLuint program);
+ // Array getAttachedShaders(GLuint program) raises (DOMException);
+ [Custom] void getAttachedShaders(GLuint program)
+ raises (DOMException);
int getAttribLocation(in WebGLProgram program, in DOMString name);