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

Unified Diff: public/web/WebAXEnums.h

Issue 766053006: Add a new role for an iframe element with role=presentation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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 | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index b1f11e871e0eda0ba1d5bf8110ca42dd51f8e118..7e32345542662d8213239495d6784b5d77e4e44d 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -111,6 +111,7 @@ enum WebAXRole {
WebAXRoleGroup,
WebAXRoleGrowArea,
WebAXRoleHeading,
+ WebAXRoleIframePresentational,
WebAXRoleIframe,
WebAXRoleIgnored,
WebAXRoleImageMapLink,
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698