// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/modules/xr/xr_light_estimate.h" #include "device/vr/public/mojom/vr_service.mojom-blink.h" #include "third_party/blink/renderer/core/geometry/dom_point_read_only.h" #include "third_party/blink/renderer/modules/event_target_modules.h" namespace blink { XRLightEstimate::XRLightEstimate( const device::mojom::blink::XRLightProbe& light_probe) { … } void XRLightEstimate::Trace(Visitor* visitor) const { … } } // namespace blink