| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 8d8d1dea0efe74b991b8bae19269f2bb0a2f9411..40bdaea355cbafe9c702170e5fe0aae91e5f82b2 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -791,6 +791,8 @@ private:
|
|
|
| // Used to share code between lazyAttach and setNeedsStyleRecalc.
|
| void markAncestorsWithChildNeedsStyleRecalc();
|
| + void markDistributionsWithNeedsStyleRecalc();
|
| + void propagateStyleRecalcMarking();
|
|
|
| virtual void refEventTarget();
|
| virtual void derefEventTarget();
|
|
|