summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/xr/xr_webgl_rendering_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/xr/xr_webgl_rendering_context.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/xr/xr_webgl_rendering_context.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/chromium/third_party/blink/renderer/modules/xr/xr_webgl_rendering_context.h b/chromium/third_party/blink/renderer/modules/xr/xr_webgl_rendering_context.h
deleted file mode 100644
index cbf8b7aa788..00000000000
--- a/chromium/third_party/blink/renderer/modules/xr/xr_webgl_rendering_context.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2020 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_WEBGL_RENDERING_CONTEXT_H_
-#define THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_WEBGL_RENDERING_CONTEXT_H_
-
-#include "third_party/blink/renderer/bindings/modules/v8/webgl_rendering_context_or_webgl2_rendering_context.h"
-
-namespace blink {
-
-using XRWebGLRenderingContext = WebGLRenderingContextOrWebGL2RenderingContext;
-
-} // namespace blink
-
-#endif // THIRD_PARTY_BLINK_RENDERER_MODULES_XR_XR_WEBGL_RENDERING_CONTEXT_H_