LibWeb: Add fast_is<SVG::SVGSVGElement>()

This commit is contained in:
Andreas Kling 2022-03-12 16:08:40 +01:00
commit b6097cf724
Notes: sideshowbarker 2024-07-17 17:31:18 +09:00
2 changed files with 10 additions and 0 deletions

View file

@ -75,6 +75,7 @@ public:
virtual bool requires_svg_container() const { return false; }
virtual bool is_svg_container() const { return false; }
virtual bool is_svg_svg_element() const { return false; }
bool in_a_document_tree() const;