// 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" namespace device { namespace vr_utils { std::vector<gfx::Point3F> GetStageBoundsFromSize(float size_x, float size_z) { … } } // namespace vr_utils } // namespace device