| Index: third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
 | 
| index e2f471ace868fe6b9b0fefd4c4d6ca0337dd7da6..4ed9646733cb399a60e4336bdb04ff347186cd30 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
 | 
| @@ -22,6 +22,7 @@ public:
 | 
|  
 | 
|      HTMLSlotElement* assignedSlotFor(const Node&) const;
 | 
|      void resolveAssignment(ShadowRoot&);
 | 
| +    void resolveDistribution(ShadowRoot&);
 | 
|  
 | 
|      DECLARE_TRACE();
 | 
|  
 | 
| @@ -29,6 +30,7 @@ private:
 | 
|      SlotAssignment() { }
 | 
|  
 | 
|      void assign(Node&, HTMLSlotElement&);
 | 
| +    void distribute(Node&, HTMLSlotElement&);
 | 
|      HeapHashMap<Member<Node>, Member<HTMLSlotElement>> m_assignment;
 | 
|  };
 | 
|  
 | 
| 
 |