chromium/third_party/blink/renderer/core/paint/svg_background_paint_context.cc

// Copyright 2023 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/core/paint/svg_background_paint_context.h"

#include "third_party/blink/renderer/core/layout/layout_object.h"
#include "third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h"
#include "third_party/blink/renderer/core/layout/svg/svg_resources.h"
#include "third_party/blink/renderer/core/paint/paint_layer.h"

namespace blink {

SVGBackgroundPaintContext::SVGBackgroundPaintContext(
    const LayoutObject& layout_object)
    :{}

gfx::RectF SVGBackgroundPaintContext::ReferenceBox(
    GeometryBox geometry_box) const {}

gfx::RectF SVGBackgroundPaintContext::VisualOverflowRect() const {}

const ComputedStyle& SVGBackgroundPaintContext::Style() const {}

}  // namespace blink