| Index: third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
|
| index d358c39bf7b4cc708dca62d233e618a506e86a77..5ca508a99905c32d8c85fec09e228652081d8793 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
|
| @@ -12,8 +12,6 @@
|
|
|
| namespace blink {
|
|
|
| -class HTMLCanvasElement;
|
| -
|
| class MODULES_EXPORT OffscreenCanvasRenderingContext2D final : public CanvasRenderingContext, public BaseRenderingContext2D {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(OffscreenCanvasRenderingContext2D);
|
| @@ -38,6 +36,7 @@ public:
|
| ~OffscreenCanvasRenderingContext2D() override;
|
| ContextType getContextType() const override { return Context2d; }
|
| bool is2d() const override { return true; }
|
| + void setOffscreenCanvasGetContextResult(OffscreenRenderingContext&) final;
|
| void setIsHidden(bool) final { ASSERT_NOT_REACHED(); }
|
| void stop() final { ASSERT_NOT_REACHED(); }
|
| void setCanvasGetContextResult(RenderingContext&) final {}
|
|
|