summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/xr/xr_plane_detection_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/xr/xr_plane_detection_state.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/xr/xr_plane_detection_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/xr/xr_plane_detection_state.h b/chromium/third_party/blink/renderer/modules/xr/xr_plane_detection_state.h
index ff33f51dbad..22499d7629f 100644
--- a/chromium/third_party/blink/renderer/modules/xr/xr_plane_detection_state.h
+++ b/chromium/third_party/blink/renderer/modules/xr/xr_plane_detection_state.h
@@ -17,8 +17,8 @@ class XRPlaneDetectionState : public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
- XRPlaneDetectionState(
- XRPlaneDetectionStateInit* plane_detection_state_init = nullptr);
+ explicit XRPlaneDetectionState(
+ XRPlaneDetectionStateInit* plane_detection_state_init);
bool enabled() const { return enabled_; }