blob: 1a62f73d1f3b06d3f22e0274110574ecebc77463 [file] [log] [blame]
// 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 "device/vr/test/test_hook.h"
namespace device {
ControllerFrameData::ControllerFrameData() = default;
ControllerFrameData::~ControllerFrameData() = default;
ControllerFrameData::ControllerFrameData(const ControllerFrameData& other) =
default;
ControllerFrameData& ControllerFrameData::operator=(
const ControllerFrameData& other) = default;
ControllerFrameData& ControllerFrameData::operator=(
ControllerFrameData&& other) = default;
} // namespace device