| 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 2f923bfe4b82b45c2838ca088ebee9a28fac0e39..e804df2b884bc9a8b315a1409e44846a8b88ddcb 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -121,6 +121,7 @@ public:
|
| void didRemoveSlot();
|
| const HeapVector<Member<HTMLSlotElement>>& descendantSlots();
|
|
|
| + void assignV1();
|
| void distributeV1();
|
|
|
| HTMLSlotElement* assignedSlotFor(const Node& node) const
|
|
|