| 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 dffa5dfc71129c790275aeb7a5c064f444ed8ad9..ee63b28cfa5f397a0a4c267bc3e6ac666c9d9b10 100644 | 
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h | 
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h | 
| @@ -108,6 +108,8 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement { | 
| void RemovedFrom(ContainerNode*) final; | 
| void WillRecalcStyle(StyleRecalcChange) final; | 
|  | 
| +  const HeapVector<Member<Node>> GetDistributedNodesWithFallback() const; | 
| + | 
| void EnqueueSlotChangeEvent(); | 
|  | 
| HeapVector<Member<Node>> assigned_nodes_; | 
|  |