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

Unified Diff: Source/core/dom/Element.h

Issue 810493003: Introduce "navigation target classification" for spatial navigation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/page/FocusController.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 46493cd2917cf052240fca094f499155513f8ebb..0aa0071a8f9e1e0a3b8fa4a5ae1ee9cba5a75127 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -521,8 +521,6 @@ protected:
virtual bool shouldRegisterAsNamedItem() const { return false; }
virtual bool shouldRegisterAsExtraNamedItem() const { return false; }
- bool supportsSpatialNavigationFocus() const;
-
void clearTabIndexExplicitlyIfNeeded();
void setTabIndexExplicitly(short);
// Subclasses may override this method to affect focusability. Unlike
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/page/FocusController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698