mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
LibWeb: Add more fast_is<T> helpers for layout and paintable nodes
This commit is contained in:
parent
aecb144df0
commit
877391d569
Notes:
github-actions[bot]
2025-04-18 12:47:24 +00:00
Author: https://github.com/awesomekling
Commit: 877391d569
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4395
4 changed files with 20 additions and 0 deletions
|
@ -125,6 +125,7 @@ public:
|
|||
[[nodiscard]] virtual bool is_paintable_box() const { return false; }
|
||||
[[nodiscard]] virtual bool is_paintable_with_lines() const { return false; }
|
||||
[[nodiscard]] virtual bool is_svg_paintable() const { return false; }
|
||||
[[nodiscard]] virtual bool is_svg_svg_paintable() const { return false; }
|
||||
[[nodiscard]] virtual bool is_text_paintable() const { return false; }
|
||||
|
||||
DOM::Document const& document() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue