chromium/pdf/pdf_ink_cursor_unittest.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "pdf/pdf_ink_cursor.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkColor.h"

namespace chrome_pdf {

namespace {

TEST(PdfInkCursorTest, CursorDiameterFromBrushSizeAndZoom) {}

TEST(PdfInkCursorTest, GenerateToolCursor) {}

}  // namespace

}  // namespace chrome_pdf