| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index ffcf1828f7a4e736d47c514e841c4c8f360eaa20..d14f34dcdd045b898d5629539c444e43c0e76412 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -35,6 +35,7 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase, public Scr
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassOwnPtrWillBeRawPtr<WebGLRenderingContext> create(HTMLCanvasElement*, WebGLContextAttributes*);
|
| + static void forceNextWebGLContextCreationToFail(bool);
|
| virtual ~WebGLRenderingContext();
|
|
|
| virtual unsigned version() const override { return 1; }
|
|
|