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

Unified Diff: third_party/WebKit/public/web/WebAXEnums.h

Issue 2713193003: Added a quick heuristic to determine which objects are the target of in-page links and stop ignorin… (Closed)
Patch Set: Fixed Android test. Created 3 years, 9 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: third_party/WebKit/public/web/WebAXEnums.h
diff --git a/third_party/WebKit/public/web/WebAXEnums.h b/third_party/WebKit/public/web/WebAXEnums.h
index 2663a827d8d78147dd3c8fa39f823cc1a8c27ce5..7cfde51d0d89633ec1e9ad88f864c7414e358b29 100644
--- a/third_party/WebKit/public/web/WebAXEnums.h
+++ b/third_party/WebKit/public/web/WebAXEnums.h
@@ -80,6 +80,7 @@ enum WebAXRole {
WebAXRoleAbbr,
WebAXRoleAlertDialog,
WebAXRoleAlert,
+ WebAXRoleAnchor,
WebAXRoleAnnotation,
WebAXRoleApplication,
WebAXRoleArticle,

Powered by Google App Engine
This is Rietveld 408576698