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

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

Issue 2518183002: Moved action verbs out of Blink. (Closed)
Patch Set: Created 4 years, 1 month 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 bc40419906b6c80f8922efa709be17e30c022eb4..0659eb2c6bf136d7bbeccdbd398d49155d8c956c 100644
--- a/third_party/WebKit/public/web/WebAXEnums.h
+++ b/third_party/WebKit/public/web/WebAXEnums.h
@@ -225,6 +225,18 @@ enum WebAXState {
WebAXStateVisited,
};
+enum class WebAXSupportedAction {
+ NONE = 0,
dmazzoni 2016/11/22 01:01:08 These also need to match the style in this source
+ ACTIVATE,
+ CHECK,
+ CLICK,
+ JUMP,
+ OPEN,
+ PRESS,
+ SELECT,
+ UNCHECK
+};
+
enum WebAXTextDirection {
WebAXTextDirectionLR,
WebAXTextDirectionRL,

Powered by Google App Engine
This is Rietveld 408576698