| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 33170f39e7dc03d3ef715bc3a83654bea36d53c7..df0fcb3426e68c397ec62ffd9b5db241a3a8eeb6 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -601,7 +601,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
|
|
|
| void getHTMLOrOffscreenCanvas(HTMLCanvasElementOrOffscreenCanvas&) const;
|
|
|
| - void commit(ExceptionState&);
|
| + void commit(ScriptState*, ExceptionState&);
|
|
|
| protected:
|
| friend class EXTDisjointTimerQuery;
|
| @@ -1458,7 +1458,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext,
|
| static WebGLRenderingContextBase* oldestContext();
|
| static WebGLRenderingContextBase* oldestEvictedContext();
|
|
|
| - ImageBitmap* transferToImageBitmapBase();
|
| + ImageBitmap* transferToImageBitmapBase(ScriptState*);
|
|
|
| // Helper functions for tex(Sub)Image2D && texSubImage3D
|
| void texImageHelperDOMArrayBufferView(TexImageFunctionID,
|
|
|