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

Unified Diff: chrome/browser/accessibility/accessibility_extension_api_constants.h

Issue 600063002: Draw a focus ring around native views when ChromeVox is running. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add check for Chrome OS Created 6 years, 3 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
Index: chrome/browser/accessibility/accessibility_extension_api_constants.h
diff --git a/chrome/browser/accessibility/accessibility_extension_api_constants.h b/chrome/browser/accessibility/accessibility_extension_api_constants.h
index 99b128ae857d037442a7a53d47b0ad1aafd51939..853b14a77f384cb5d23818f3de4b105c82c975ff 100644
--- a/chrome/browser/accessibility/accessibility_extension_api_constants.h
+++ b/chrome/browser/accessibility/accessibility_extension_api_constants.h
@@ -26,6 +26,7 @@ extern const char kCheckedKey[];
extern const char kHasSubmenuKey[];
extern const char kMessageKey[];
extern const char kStringValueKey[];
+extern const char kBoundsKey[];
// Types of controls that can receive accessibility events.
extern const char kTypeAlert[];
@@ -46,6 +47,12 @@ extern const char kTypeTreeItem[];
extern const char kTypeVolume[];
extern const char kTypeWindow[];
+// ScreenRect fields.
+extern const char kLeft[];
+extern const char kTop[];
+extern const char kWidth[];
+extern const char kHeight[];
+
// Errors.
extern const char kErrorNotSupported[];

Powered by Google App Engine
This is Rietveld 408576698