#include "third_party/blink/renderer/core/paint/svg_foreign_object_painter.h"
#include <optional>
#include "third_party/blink/renderer/core/layout/svg/layout_svg_foreign_object.h"
#include "third_party/blink/renderer/core/paint/paint_info.h"
#include "third_party/blink/renderer/core/paint/paint_layer.h"
#include "third_party/blink/renderer/core/paint/paint_layer_painter.h"
namespace blink {
SVGForeignObjectPainter::SVGForeignObjectPainter(
const LayoutSVGForeignObject& layout_svg_foreign_object)
: … { … }
void SVGForeignObjectPainter::PaintLayer(const PaintInfo& paint_info) { … }
}