// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/x/x11_display_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace ui { struct DisplayGeometryTestData { … }; namespace { void ConvertDisplayBoundsToDipsHelper( std::vector<DisplayGeometryTestData> test_data, size_t primary_display_index) { … } } // namespace TEST(X11DisplayUtilTest, RangeDistance) { … } TEST(X11DisplayUtilTest, RectDistance) { … } TEST(X11DisplayUtilTest, ConvertDisplayBoundsToDips) { … } } // namespace ui