// Copyright 2019 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/util/stage_utils.h" #include "ui/gfx/geometry/point3_f.h" #include "ui/gfx/geometry/transform.h" #include "ui/gfx/geometry/vector3d_f.h" #include "testing/gtest/include/gtest/gtest.h" namespace { constexpr size_t kExpectedBoundsSize = …; } namespace device { TEST(StageUtils, Basic) { … } TEST(StageUtils, InvalidBounds) { … } } // namespace device