// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/host/x11_display_util.h" #include "remoting/proto/control.pb.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/vector2d.h" #include "ui/gfx/x/randr.h" namespace remoting { TEST(X11DisplayUtilTest, GetMonitorDpi) { … } TEST(X11DisplayUtilTest, ToVideoTrackLayout) { … } } // namespace remoting