| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.h b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| index eef9450d3a7a3964fe545898ae2c6dd775da18ae..dffa5dfc71129c790275aeb7a5c064f444ed8ad9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
|
| @@ -76,6 +76,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
|
|
|
| void AttachLayoutTree(const AttachContext& = AttachContext()) final;
|
| void DetachLayoutTree(const AttachContext& = AttachContext()) final;
|
| + void RebuildDistributedChildrenLayoutTrees();
|
|
|
| void AttributeChanged(const AttributeModificationParams&) final;
|
|
|
|
|