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, |