summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/canvas/WebGLProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/WebGLProgram.h')
-rw-r--r--Source/WebCore/html/canvas/WebGLProgram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/canvas/WebGLProgram.h b/Source/WebCore/html/canvas/WebGLProgram.h
index f2acef8..0dd3ba0 100644
--- a/Source/WebCore/html/canvas/WebGLProgram.h
+++ b/Source/WebCore/html/canvas/WebGLProgram.h
@@ -60,7 +60,7 @@ public:
// will never be linked so many times.
void increaseLinkCount() { ++m_linkCount; }
- WebGLShader* getAttachedShader(GraphicsContext3D::WebGLEnumType);
+ WebGLShader* getAttachedShader(GC3Denum);
bool attachShader(WebGLShader*);
bool detachShader(WebGLShader*);