| 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 82ade6bb884c169a271892b7d7bb7f6784648110..6b86d710b4901a7853a13cf24d6cbcb7cb3c009d 100644
|
| --- a/sky/engine/core/dom/shadow/InsertionPoint.h
|
| +++ b/sky/engine/core/dom/shadow/InsertionPoint.h
|
| @@ -54,8 +54,8 @@ public:
|
|
|
| virtual bool canAffectSelector() const { return false; }
|
|
|
| - virtual void attach(const AttachContext& = AttachContext()) override;
|
| - virtual void detach(const AttachContext& = AttachContext()) override;
|
| + void attachDistribution(const AttachContext&);
|
| + void detachDistribution(const AttachContext&);
|
|
|
| bool shouldUseFallbackElements() const;
|
|
|
|
|