| 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 d4aed8d2cc1c8d21bd7fd641e30fada92c056759..4bb24c6a39a15739e90db971efbc5a720047ba2d 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.h
|
| @@ -42,11 +42,11 @@ class SlotAssignment final : public GarbageCollected<SlotAssignment> {
|
| void resolveDistribution();
|
| const HeapVector<Member<HTMLSlotElement>>& slots();
|
|
|
| - void slotAdded(HTMLSlotElement&);
|
| + void didAddSlot(HTMLSlotElement&);
|
| void slotRemoved(HTMLSlotElement&);
|
| void slotRenamed(const AtomicString& oldName, HTMLSlotElement&);
|
| - void hostChildSlotNameChanged(const AtomicString& oldValue,
|
| - const AtomicString& newValue);
|
| + void didChangeHostChildSlotName(const AtomicString& oldValue,
|
| + const AtomicString& newValue);
|
|
|
| bool findHostChildBySlotName(const AtomicString& slotName) const;
|
|
|
|
|