mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02: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:
committed by
Sam Atkins
parent
e85c3c97fb
commit
b3c4b4fd97
Notes:
github-actions[bot]
2024-12-07 08:31:59 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/b3c4b4fd971 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2820 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user