summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h b/chromium/third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h
index a6f46ede75f..614e4e3a873 100644
--- a/chromium/third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h
+++ b/chromium/third_party/blink/renderer/core/html/canvas/canvas_context_creation_attributes_core.h
@@ -31,11 +31,7 @@ class CORE_EXPORT CanvasContextCreationAttributesCore {
bool premultiplied_alpha = true;
bool preserve_drawing_buffer = false;
bool stencil = false;
-
- // This attribute is of type XRDevice, defined in modules/xr/xr_device.h
- Member<ScriptWrappable> compatible_xr_device;
-
- void Trace(blink::Visitor*);
+ bool xr_compatible = false;
};
} // namespace blink