| Index: Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| similarity index 99%
|
| copy from Source/core/html/canvas/WebGLRenderingContext.idl
|
| copy to Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| index a006bae1c532a0fe6d26836b767f324fb6131879..52a77c06c4710e837f816b1fc5dd6b66c6efaae1 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.idl
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| @@ -39,8 +39,10 @@ typedef /*unrestricted*/ float GLfloat;
|
| typedef /*unrestricted*/ float GLclampf;
|
|
|
| [
|
| - DoNotCheckConstants
|
| -] interface WebGLRenderingContext : CanvasRenderingContext {
|
| + DoNotCheckConstants,
|
| + NoInterfaceObject,
|
| + CustomToV8
|
| +] interface WebGLRenderingContextBase : CanvasRenderingContext {
|
|
|
| /* ClearBufferMask */
|
| const GLenum DEPTH_BUFFER_BIT = 0x00000100;
|
|
|