#include "third_party/blink/renderer/core/svg/svg_foreign_object_element.h"
#include "third_party/blink/renderer/core/css/style_change_reason.h"
#include "third_party/blink/renderer/core/frame/web_feature.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/svg/svg_animated_length.h"
#include "third_party/blink/renderer/core/svg/svg_length.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/instrumentation/use_counter.h"
namespace blink {
SVGForeignObjectElement::SVGForeignObjectElement(Document& document)
: … { … }
void SVGForeignObjectElement::Trace(Visitor* visitor) const { … }
void SVGForeignObjectElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
void SVGForeignObjectElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
LayoutObject* SVGForeignObjectElement::CreateLayoutObject(
const ComputedStyle& style) { … }
bool SVGForeignObjectElement::SelfHasRelativeLengths() const { … }
SVGAnimatedPropertyBase* SVGForeignObjectElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGForeignObjectElement::SynchronizeAllSVGAttributes() const { … }
void SVGForeignObjectElement::CollectExtraStyleForPresentationAttribute(
MutableCSSPropertyValueSet* style) { … }
}