| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| index b1d3653bde85001d20a9e38d1a433def529d2545..d4043f4d079efc0d537fee3f02c76855666bea47 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -123,6 +123,7 @@ public:
|
| void didRemoveSlot();
|
| const HeapVector<Member<HTMLSlotElement>>& descendantSlots();
|
|
|
| + void assignV1();
|
| void distributeV1();
|
|
|
| HTMLSlotElement* assignedSlotFor(const Node& node) const
|
|
|