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