// Copyright 2024 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_graphics_binding.h" #include "third_party/blink/renderer/modules/xr/xr_composition_layer.h" #include "third_party/blink/renderer/modules/xr/xr_session.h" namespace blink { XRGraphicsBinding::XRGraphicsBinding(XRSession* session) : … { … } double XRGraphicsBinding::nativeProjectionScaleFactor() const { … } bool XRGraphicsBinding::OwnsLayer(XRCompositionLayer* layer) { … } void XRGraphicsBinding::Trace(Visitor* visitor) const { … } } // namespace blink