| Index: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
|
| diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
|
| index bacb33cc0ef181118c9714b5c4deb01fe3feb435..0d647148de7f116e659114de4feafe471b2f77c2 100644
|
| --- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
|
| +++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
|
| @@ -6,6 +6,7 @@
|
| #define HTMLCanvasElementModule_h
|
|
|
| #include "core/html/HTMLCanvasElement.h"
|
| +#include "modules/offscreencanvas/OffscreenCanvas.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -18,6 +19,7 @@ class HTMLCanvasElementModule {
|
| STATIC_ONLY(HTMLCanvasElementModule);
|
| public:
|
| static void getContext(HTMLCanvasElement&, const String&, const CanvasContextCreationAttributes&, RenderingContext&);
|
| + static OffscreenCanvas* transferControlToOffscreen(HTMLCanvasElement&, ExceptionState&);
|
| };
|
|
|
| }
|
|
|