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

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

Issue 1152623012: WIP: delegatesFocus (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index a2314445140e2e5224e4b092500258fd976636db..55d4ace78f24273b8d077480bc7a6e424744bdbc 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -325,8 +325,9 @@ 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.
+ // If the given element is a shadow host and its root has delegatesFocus=false flag,
+ // 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
« no previous file with comments | « Source/core/html/HTMLElement.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698