| Index: sky/engine/core/dom/shadow/InsertionPoint.h
|
| diff --git a/sky/engine/core/dom/shadow/InsertionPoint.h b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| index c17063c06fc11d59c54e648b0380f42eec2d5e94..13c4878be432f87c020cf0721867bdda8f8df084 100644
|
| --- a/sky/engine/core/dom/shadow/InsertionPoint.h
|
| +++ b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| @@ -71,7 +71,6 @@ public:
|
|
|
| protected:
|
| InsertionPoint(const QualifiedName&, Document&);
|
| - virtual bool rendererIsNeeded(const RenderStyle&) override;
|
| virtual void childrenChanged(const ChildrenChange&) override;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| virtual void removedFrom(ContainerNode*) override;
|
|
|