summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context.h b/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context.h
index a9053170486..b478efae0b3 100644
--- a/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context.h
+++ b/chromium/third_party/blink/renderer/modules/webgl/webgl_rendering_context.h
@@ -95,13 +95,8 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase {
ImageBitmap* TransferToImageBitmap(ScriptState*) final;
String ContextName() const override { return "WebGLRenderingContext"; }
void RegisterContextExtensions() override;
-#if defined(USE_BLINK_V8_BINDING_NEW_IDL_UNION)
V8RenderingContext* AsV8RenderingContext() final;
V8OffscreenRenderingContext* AsV8OffscreenRenderingContext() final;
-#else // defined(USE_BLINK_V8_BINDING_NEW_IDL_UNION)
- void SetCanvasGetContextResult(RenderingContext&) final;
- void SetOffscreenCanvasGetContextResult(OffscreenRenderingContext&) final;
-#endif // defined(USE_BLINK_V8_BINDING_NEW_IDL_UNION)
void Trace(Visitor*) const override;