chromium/third_party/blink/renderer/modules/csspaint/nativepaint/background_color_paint_image_generator_impl.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 "third_party/blink/renderer/modules/csspaint/nativepaint/background_color_paint_image_generator_impl.h"

#include "third_party/blink/renderer/core/layout/layout_box_model_object.h"
#include "third_party/blink/renderer/modules/csspaint/nativepaint/background_color_paint_definition.h"
#include "third_party/blink/renderer/platform/graphics/image.h"

namespace blink {

BackgroundColorPaintImageGenerator*
BackgroundColorPaintImageGeneratorImpl::Create(LocalFrame& local_root) {}

BackgroundColorPaintImageGeneratorImpl::BackgroundColorPaintImageGeneratorImpl(
    BackgroundColorPaintDefinition* background_color_paint_definition)
    :{}

scoped_refptr<Image> BackgroundColorPaintImageGeneratorImpl::Paint(
    const gfx::SizeF& container_size,
    const Node* node) {}

Animation* BackgroundColorPaintImageGeneratorImpl::GetAnimationIfCompositable(
    const Element* element) {}

void BackgroundColorPaintImageGeneratorImpl::Shutdown() {}

void BackgroundColorPaintImageGeneratorImpl::Trace(Visitor* visitor) const {}

}  // namespace blink