#include "third_party/blink/renderer/modules/xr/xr_plane_manager.h"
#include "base/containers/contains.h"
#include "base/not_fatal_until.h"
#include "base/trace_event/trace_event.h"
#include "third_party/blink/renderer/modules/xr/xr_plane.h"
#include "third_party/blink/renderer/modules/xr/xr_plane_set.h"
namespace blink {
XRPlaneManager::XRPlaneManager(base::PassKey<XRSession> pass_key,
XRSession* session)
: … { … }
void XRPlaneManager::ProcessPlaneInformation(
const device::mojom::blink::XRPlaneDetectionData* detected_planes_data,
double timestamp) { … }
XRPlaneSet* XRPlaneManager::GetDetectedPlanes() const { … }
void XRPlaneManager::Trace(Visitor* visitor) const { … }
}