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

Unified Diff: Source/core/input/EventHandler.h

Issue 1144953007: Remove tabStop feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | « Source/core/html/HTMLElement.cpp ('k') | Source/core/input/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/input/EventHandler.h
diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h
index 04cbb77039288822dcd6714328c264bb97fda20c..70a65eccc88a2962ccccd745e06409b5b06f3567 100644
--- a/Source/core/input/EventHandler.h
+++ b/Source/core/input/EventHandler.h
@@ -325,10 +325,6 @@ private:
bool shouldTopControlsConsumeScroll(FloatSize) const;
- // If the given element is a shadow host with tabStop = false, slide focus to its inner
- // element. Returns true if the resulting focus is different from the given element.
- bool slideFocusOnShadowHostIfNecessary(const Element&);
-
// NOTE: If adding a new field to this class please ensure that it is
// cleared in |EventHandler::clear()|.
« no previous file with comments | « Source/core/html/HTMLElement.cpp ('k') | Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698