| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index 9053d39236d58be4466aba8d983cdfcb628f339f..7ae01676f0f2e1f92c817bdbdc8c1c4b8c18b27a 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -199,7 +199,6 @@ public:
|
| void pixelStorei(GC3Denum pname, GC3Dint param);
|
| void polygonOffset(GC3Dfloat factor, GC3Dfloat units);
|
| void readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, ArrayBufferView* pixels, ExceptionCode&);
|
| - void releaseShaderCompiler();
|
| void renderbufferStorage(GC3Denum target, GC3Denum internalformat, GC3Dsizei width, GC3Dsizei height);
|
| void sampleCoverage(GC3Dfloat value, GC3Dboolean invert);
|
| void scissor(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height);
|
|
|