mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 07:09:47 +00:00
LibWeb: Serialize resolved CSS values in dedicated serialization mode
This doesn't actually do anything differently yet, but it will in the very next commit.
This commit is contained in:
parent
e85c3c97fb
commit
b3c4b4fd97
Notes:
github-actions[bot]
2024-12-07 08:31:59 +00:00
Author: https://github.com/awesomekling
Commit: b3c4b4fd97
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2820
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 12 additions and 3 deletions
|
@ -38,6 +38,8 @@ private:
|
|||
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
virtual bool computed_flag() const override { return true; }
|
||||
|
||||
RefPtr<CSSStyleValue const> style_value_for_property(Layout::NodeWithStyle const&, PropertyID) const;
|
||||
|
||||
GC::Ref<DOM::Element> m_element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue