| Index: third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h
|
| index 1353356b0993f7cf35810f12e6b947300f33f8ae..ed43b21adb2462bfa54e742adc85ad2223e1a69c 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h
|
| @@ -6,6 +6,7 @@
|
| #define OffscreenCanvasModules_h
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| +#include "core/offscreencanvas/OffscreenCanvas.h"
|
| #include "modules/ModulesExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -19,7 +20,7 @@ class OffscreenCanvasRenderingContext2D;
|
| class MODULES_EXPORT OffscreenCanvasModules {
|
| STATIC_ONLY(OffscreenCanvasModules)
|
| public:
|
| - static OffscreenCanvasRenderingContext2D* getContext(OffscreenCanvas&, const String&, const CanvasContextCreationAttributes&, ExceptionState&);
|
| + static void getContext(ScriptState*, OffscreenCanvas&, const String&, const CanvasContextCreationAttributes&, ExceptionState&, OffscreenRenderingContext&);
|
| };
|
|
|
| } // namespace blink
|
|
|