| Index: third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.h
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.h b/third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.h
|
| index 7c52353aef67cf666566fa33b27f86ced01564d7..e08ba1b5362faa9d4b2cbf708216105c296888b2 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.h
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.h
|
| @@ -17,6 +17,8 @@ public:
|
| static Element* next(const Element&);
|
| static Element* previous(const Element&);
|
| static bool isSlotScoped(const Element&);
|
| + static HTMLSlotElement* findFallbackScopeOwnerSlot(const Element& current);
|
| + static bool isSlotFallbackScoped(const Element&);
|
| };
|
|
|
| } // namespace blink
|
|
|