#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 { … }
}