// Copyright 2017 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_cursor_factory.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/base/cursor/mojom/cursor_type.mojom-shared.h" #include "ui/base/cursor/platform_cursor.h" #include "ui/base/x/x11_cursor.h" #include "ui/gfx/geometry/point.h" namespace ui { namespace { CursorType; } // namespace TEST(X11CursorFactoryTest, InvisibleCursor) { … } } // namespace ui