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

Unified Diff: sky/engine/core/page/FocusController.h

Issue 704413007: Remove HTMLShadowElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/core/html/HTMLTagNames.in ('k') | sky/engine/core/page/FocusController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/FocusController.h
diff --git a/sky/engine/core/page/FocusController.h b/sky/engine/core/page/FocusController.h
index 83041fab2864eba847068da3e61833e016467b79..31cde3e3f89d4423b7500d6fd21da49d27ba008c 100644
--- a/sky/engine/core/page/FocusController.h
+++ b/sky/engine/core/page/FocusController.h
@@ -39,7 +39,6 @@ struct FocusCandidate;
class Document;
class Element;
class LocalFrame;
-class HTMLShadowElement;
class IntRect;
class KeyboardEvent;
class Node;
@@ -54,7 +53,6 @@ public:
static FocusNavigationScope focusNavigationScopeOf(Node*);
static FocusNavigationScope ownedByNonFocusableFocusScopeOwner(Node*);
static FocusNavigationScope ownedByShadowHost(Node*);
- static FocusNavigationScope ownedByShadowInsertionPoint(HTMLShadowElement*);
private:
explicit FocusNavigationScope(TreeScope*);
« no previous file with comments | « sky/engine/core/html/HTMLTagNames.in ('k') | sky/engine/core/page/FocusController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698