chromium/device/vr/public/cpp/xr_frame_sink_client.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "device/vr/public/cpp/xr_frame_sink_client.h"

namespace device {
XrFrameSinkClient::XrFrameSinkClient() = default;
XrFrameSinkClient::~XrFrameSinkClient() = default;
}  // namespace device