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

// Copyright 2014 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_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) {}

}  // namespace blink