Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.h

Issue 1840333002: Support slots' fallback contents in focus navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698