#include "ui/base/cursor/cursor.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/gfx/geometry/point.h"
#include "ui/gfx/image/image_unittest_util.h"
#include "ui/gfx/skia_util.h"
namespace ui {
namespace {
CursorType;
TEST(CursorTest, Null) { … }
TEST(CursorTest, BasicType) { … }
TEST(CursorTest, CustomType) { … }
TEST(CursorTest, CustomTypeComparesBitmapPixels) { … }
TEST(CursorTest, ClampHotspot) { … }
}
}