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

Unified Diff: ui/views/view.h

Issue 9021002: views: Rename IsAccessibilityFocusableInRootView() to just IsAccessibilityFocusable(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « ui/views/focus/focus_search.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 7dbd96c5632d0c674ace5304c7f98688d7347e1b..1f0cb586b1130ca15fcf075132243aab7fd84a42 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -674,7 +674,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// Return whether this view is focusable when the user requires full keyboard
// access, even though it may not be normally focusable.
- bool IsAccessibilityFocusableInRootView() const;
+ bool IsAccessibilityFocusable() const;
// Set whether this view can be made focusable if the user requires
// full keyboard access, even though it's not normally focusable.
« no previous file with comments | « ui/views/focus/focus_search.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698