chromium/ui/base/cursor/cursor_unittest.cc

// Copyright 2019 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/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) {}

}  // namespace
}  // namespace ui