chromium/skia/ext/skia_utils_base_unittest.cc

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

#include "skia/ext/skia_utils_base.h"

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

namespace skia {
namespace {

#define EXPECT_EQ_BITMAP(a, b)

TEST(SkiaUtilsBase, ConvertNullToN32) {}

TEST(SkiaUtilsBase, ConvertValidToN32) {}

TEST(SkiaUtilsBase, ConvertWeirdStrideToN32) {}

TEST(SkiaUtilsBase, ConvertWeirdFormatToN32) {}

TEST(SkiaUtilsBase, ConvertSkColorToHexString) {}

}  // namespace
}  // namespace skia