#include "ui/gfx/x/window_cache.h"
#include "base/memory/raw_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/geometry/insets.h"
#include "ui/gfx/x/atom_cache.h"
#include "ui/gfx/x/connection.h"
#include "ui/gfx/x/future.h"
namespace x11 {
class WindowCacheTest : public testing::Test { … };
TEST_F(WindowCacheTest, Basic) { … }
TEST_F(WindowCacheTest, ConfigureNotify) { … }
TEST_F(WindowCacheTest, CreateAndDestroyNotify) { … }
TEST_F(WindowCacheTest, Restack) { … }
TEST_F(WindowCacheTest, MapAndUnmapNotify) { … }
TEST_F(WindowCacheTest, ReparentNotify) { … }
TEST_F(WindowCacheTest, GravityNotify) { … }
TEST_F(WindowCacheTest, CirculateNotify) { … }
TEST_F(WindowCacheTest, ShapeExtension) { … }
TEST_F(WindowCacheTest, WmName) { … }
TEST_F(WindowCacheTest, GtkFrameExtents) { … }
TEST_F(WindowCacheTest, GetWindowAtPoint) { … }
TEST_F(WindowCacheTest, NestedWmName) { … }
}