// 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/gfx/x/geometry_cache.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/x/connection.h" #include "ui/gfx/x/xproto.h" namespace x11 { namespace { class ScopedWindow { … }; } // namespace TEST(GeometryCacheTest, ConstructAndDestruct) { … } TEST(GeometryCacheTest, GetBounds) { … } TEST(GeometryCacheTest, BoundsChangedCallback) { … } TEST(GeometryCacheTest, NestedWindows) { … } } // namespace x11