chromium/components/paint_preview/common/glyph_usage_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 "components/paint_preview/common/glyph_usage.h"

#include <memory>
#include <utility>

#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace paint_preview {

TEST(PaintPreviewGlyphUsageTest, TestEmpty) {}

TEST(PaintPreviewGlyphUsageTest, TestDense) {}

TEST(PaintPreviewGlyphUsageTest, TestSparse) {}

}  // namespace paint_preview