| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
|
| index faf9281a71ae576ac82d81523d58716d2235cdeb..de862377000033b5f3047fdf9ad288b11777292c 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
|
| @@ -69,8 +69,6 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase {
|
| void onError(HTMLCanvasElement*, const String& error) override;
|
| };
|
|
|
| - ~WebGLRenderingContext() override;
|
| -
|
| CanvasRenderingContext::ContextType getContextType() const override {
|
| return CanvasRenderingContext::ContextWebgl;
|
| }
|
| @@ -80,7 +78,6 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase {
|
| void setCanvasGetContextResult(RenderingContext&) final;
|
| void setOffscreenCanvasGetContextResult(OffscreenRenderingContext&) final;
|
|
|
| - EAGERLY_FINALIZE();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|