|
@@ -170,8 +170,6 @@ public:
|
|
|
|
|
|
NonnullRefPtr<NodeWithStyle> create_anonymous_wrapper() const;
|
|
NonnullRefPtr<NodeWithStyle> create_anonymous_wrapper() const;
|
|
|
|
|
|
- void did_insert_into_layout_tree(CSS::StyleProperties const&);
|
|
|
|
-
|
|
|
|
protected:
|
|
protected:
|
|
NodeWithStyle(DOM::Document&, DOM::Node*, NonnullRefPtr<CSS::StyleProperties>);
|
|
NodeWithStyle(DOM::Document&, DOM::Node*, NonnullRefPtr<CSS::StyleProperties>);
|
|
NodeWithStyle(DOM::Document&, DOM::Node*, CSS::ComputedValues);
|
|
NodeWithStyle(DOM::Document&, DOM::Node*, CSS::ComputedValues);
|