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

Unified Diff: views/accessibility/accessibility_types.h

Issue 3015055: Enable better NVDA support for custom menus.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « chrome/browser/views/wrench_menu.cc ('k') | views/accessibility/view_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/accessibility/accessibility_types.h
===================================================================
--- views/accessibility/accessibility_types.h (revision 54772)
+++ views/accessibility/accessibility_types.h (working copy)
@@ -38,7 +38,8 @@
STATE_PROTECTED = 1 << 10,
STATE_READONLY = 1 << 11,
STATE_SELECTED = 1 << 12,
- STATE_UNAVAILABLE = 1 << 13
+ STATE_FOCUSED = 1 << 13,
+ STATE_UNAVAILABLE = 1 << 14
};
// This defines an enumeration of the supported accessibility roles in our
« no previous file with comments | « chrome/browser/views/wrench_menu.cc ('k') | views/accessibility/view_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698