| Index: Source/core/html/canvas/WebGLProgram.h
|
| diff --git a/Source/core/html/canvas/WebGLProgram.h b/Source/core/html/canvas/WebGLProgram.h
|
| index 3b0203e016ec22e263df7ca299a382aca902f127..4f10e47214fa490da5d8ca6e66a87c04b751c892 100644
|
| --- a/Source/core/html/canvas/WebGLProgram.h
|
| +++ b/Source/core/html/canvas/WebGLProgram.h
|
| @@ -38,7 +38,7 @@ class WebGLProgram : public WebGLSharedObject, public ScriptWrappable {
|
| public:
|
| virtual ~WebGLProgram();
|
|
|
| - static PassRefPtr<WebGLProgram> create(WebGLRenderingContext*);
|
| + static PassRefPtr<WebGLProgram> create(WebGLRenderingContextBase*);
|
|
|
| unsigned numActiveAttribLocations();
|
| GC3Dint getActiveAttribLocation(GC3Duint index);
|
| @@ -61,7 +61,7 @@ public:
|
| bool detachShader(WebGLShader*);
|
|
|
| protected:
|
| - WebGLProgram(WebGLRenderingContext*);
|
| + WebGLProgram(WebGLRenderingContextBase*);
|
|
|
| virtual void deleteObjectImpl(GraphicsContext3D*, Platform3DObject);
|
|
|
|
|