chromium/cc/paint/paint_image_unittest.cc

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

#include "cc/paint/paint_image.h"

#include <utility>

#include "base/test/gtest_util.h"
#include "cc/paint/paint_image_builder.h"
#include "cc/test/fake_paint_image_generator.h"
#include "cc/test/skia_common.h"
#include "cc/test/test_paint_worklet_input.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkColorSpace.h"

namespace cc {

TEST(PaintImageTest, DecodesCorrectFrames) {}

TEST(PaintImageTest, SupportedDecodeSize) {}

TEST(PaintImageTest, GetSkImageForFrameNotGeneratorBacked) {}

TEST(PaintImageTest, DecodeToYuv420NoAlpha) {}

TEST(PaintImageTest, BuildPaintWorkletImage) {}

TEST(PaintImageTest, SrgbImage) {}

TEST(PaintImageTest, HbdImage) {}

TEST(PaintImageTest, PqHdrImage) {}

TEST(PaintImageTest, HlgHdrImage) {}

}  // namespace cc